This commit is contained in:
Данил 2024-09-18 17:52:22 +03:00
parent 120c84418b
commit a3efc93df1

View file

@ -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,8 +28,8 @@ body {
.desc { .desc {
font-size: 125%; font-size: 125%;
line-height: 32px;
width: 90%; width: 90%;
text-align: justify
} }
.wallpaper-text { .wallpaper-text {
@ -40,6 +39,7 @@ body {
.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;