mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-22 00:36:20 +03:00
fix css
This commit is contained in:
parent
120c84418b
commit
a3efc93df1
1 changed files with 8 additions and 9 deletions
|
@ -7,8 +7,7 @@ body {
|
||||||
@media (min-width: 0) {
|
@media (min-width: 0) {
|
||||||
.wallpaper img {
|
.wallpaper img {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
border-radius: 8px;
|
border-radius: 2%;
|
||||||
margin: 0 auto 0 auto;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -29,17 +28,18 @@ body {
|
||||||
|
|
||||||
.desc {
|
.desc {
|
||||||
font-size: 125%;
|
font-size: 125%;
|
||||||
line-height: 32px;
|
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
text-align: justify
|
||||||
}
|
}
|
||||||
|
|
||||||
.wallpaper-text {
|
.wallpaper-text {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
}
|
}
|
||||||
|
|
||||||
.get-it-on {
|
.get-it-on {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
width: 50%;
|
||||||
margin: 0 auto 0 auto;
|
margin: 0 auto 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -65,11 +65,10 @@ body {
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.wallpaper-img {
|
.wallpaper-img {
|
||||||
width: 500px;
|
width: calc(100% - 16px);
|
||||||
height: 700px;
|
height: 100%;
|
||||||
border-radius: 8px;
|
border-radius: 16px;
|
||||||
margin: 0 auto 0 auto;
|
margin: 0 auto 0 auto;
|
||||||
margin-bottom: 15%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
|
Loading…
Add table
Reference in a new issue