darkerfix #2

Merged
MassiveAtoms merged 11 commits from darkerfix into master 2021-08-31 17:12:39 +00:00
Showing only changes of commit cc88c0a224 - Show all commits

View File

@ -14,7 +14,7 @@
background: #0099FF;
color: #fff;
}
.price-item {
background-color: #0d0e0f;
@ -27,7 +27,7 @@
.service-block {
background-color: #0d0e0f;
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(33, 92, 210, 0.8);
}
.service-block:hover {
@ -52,4 +52,27 @@
.container {
max-width: 80%;
}
.col-lg-4 {
flex: 0 0 30%;
max-width: 30%;
margin: auto;
}
}
/* @media (max-width: 1920px) {
.section {
padding: 100px;
}
.container {
max-width: 80%;
}
.col-lg-4 {
flex: 0 0 30%;
max-width: 30%;
margin: auto;
}
} */