Skip to content

Commit

Permalink
Update media.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokhina27 authored Feb 18, 2024
1 parent f2112d2 commit 50e2918
Showing 1 changed file with 13 additions and 24 deletions.
37 changes: 13 additions & 24 deletions style/media.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
@media (max-width: 1199.98px) {
.lib_img1 {
width: 960px;
}

.lib_img1,
.lib_img4 {
width: 960px;
}
Expand All @@ -16,7 +13,8 @@
}

@media (max-width: 991.98px) {
.lib_img1 {
.lib_img1,
.lib_img4 {
width: 750px;
}
.lib_img4 {
Expand Down Expand Up @@ -46,13 +44,11 @@
flex-direction: column;
}

.lib_img1 {
width: 500px;
}

.lib_img1,
.lib_img4 {
width: 500px;
}

.collections:before {
right: -10px;
}
Expand Down Expand Up @@ -84,12 +80,9 @@
font-size: 35px;
}

.lib_img1 {
width: 380px;
}

.lib_img1,
.lib_img4 {
width: 400px;
width: 380px;
}

.review__text {
Expand Down Expand Up @@ -129,21 +122,17 @@
}

@media (max-width: 400px) {
.lib_img1 {
width: 300px;
}
.lib_img1,
.lib_img4 {
width: 300px;
}
.lib_img2 {
width: 300px;
}
.lib_img3 {
width: 300px;
width: 280px;
}

.lib_img2,
.lib_img3,
.lib_img5 {
width: 300px;
}

.lib_img6 {
width: 290px;
}
Expand Down

0 comments on commit 50e2918

Please sign in to comment.