Services, style

This commit is contained in:
Pascal Engélibert
2023-04-09 22:50:40 +02:00
parent ca35d13fb3
commit c6a10c5c96
7 changed files with 80 additions and 39 deletions

View File

@ -15,7 +15,7 @@
top: 40px;
}
@media (width > 599px) {
@media screen and (width > 599px) {
.client_box {
display: flex;
}
@ -49,7 +49,7 @@
}
}
@media (width < 600px) {
@media screen and (width < 600px) {
.client_box-text {
margin: 0 16px 32px 16px;
}