darkerfix #2
@ -14,7 +14,7 @@
|
|||||||
background: #0099FF;
|
background: #0099FF;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.price-item {
|
.price-item {
|
||||||
background-color: #0d0e0f;
|
background-color: #0d0e0f;
|
||||||
@ -27,7 +27,7 @@
|
|||||||
.service-block {
|
.service-block {
|
||||||
background-color: #0d0e0f;
|
background-color: #0d0e0f;
|
||||||
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(33, 92, 210, 0.8);
|
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(33, 92, 210, 0.8);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-block:hover {
|
.service-block:hover {
|
||||||
@ -52,4 +52,27 @@
|
|||||||
.container {
|
.container {
|
||||||
max-width: 80%;
|
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;
|
||||||
|
}
|
||||||
|
} */
|
Loading…
Reference in New Issue
Block a user