mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-23 17:16:21 +03:00
фикс разметки на 992 ширине устройства
This commit is contained in:
parent
f45303dc2d
commit
e030b60978
1 changed files with 10 additions and 5 deletions
|
@ -83,7 +83,6 @@ img {
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
@ -93,9 +92,11 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wallpaper-img{
|
.wallpaper-img{
|
||||||
height: 100%;
|
width: 30%;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
display: flex;
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -126,6 +127,10 @@ img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wallpaper-text {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue