styles.css: fixed the position of the logo on mobile devices

parent db4b1b91
...@@ -363,3 +363,10 @@ footer { ...@@ -363,3 +363,10 @@ footer {
margin-top: 0; margin-top: 0;
} }
} }
/* Дополнительный медиа-запрос для мобильных устройств с большим разрешением экрана (realme gt master edition) */
@media (max-width: 1080px) and (max-height: 2400px) {
.header-left .logo {
margin: 0 auto;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment