mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 12:52:54 +02:00
Services, style
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user