mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-05 17:03:58 +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) {
|
||||
html, body {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
* {
|
||||
|
@ -92,13 +91,15 @@ img {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.wallpaper-img {
|
||||
height: 100%;
|
||||
.wallpaper-img{
|
||||
width: 30%;
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
|
||||
.wallpaper {
|
||||
display: flex;
|
||||
height: 100vh;
|
||||
|
@ -126,6 +127,10 @@ img {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.wallpaper-text {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
|
|
Loading…
Reference in a new issue