mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-06 01:13:57 +03:00
I have completed the optimization for screens
This commit is contained in:
parent
01f9f7787a
commit
3e54634612
1 changed files with 18 additions and 1 deletions
|
@ -63,6 +63,13 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
|
.wallpaper img {
|
||||||
|
width: 65%;
|
||||||
|
border-radius: 8px;
|
||||||
|
margin: 0 auto 0 auto;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
.desc {
|
.desc {
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
line-height: 45px;
|
line-height: 45px;
|
||||||
|
@ -103,6 +110,16 @@ body {
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.get-it-on {
|
||||||
|
display: block ;
|
||||||
|
width: 70%;
|
||||||
|
margin-left: 15%;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1400px) {
|
||||||
|
.wallpaper img {
|
||||||
|
max-width: 27%;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue