Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
AIboy996 committed Jul 1, 2024
1 parent 532cf2f commit 77c42db
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,18 +158,21 @@ header nav ul li a:hover:after {

.item,
.item-mid {
width: 45%;
margin: 15px 2.5%;
width: 46%;
margin: 15px 1.5%;
}
}

@media screen and (max-width: 520px) {

.item,
.item-big {
width: 45%;
.item {
width: 100%;
margin: 15px 0%;
}
.item-mid {
width: 86%;
margin: 0;
}
}

/* Items */
Expand Down

0 comments on commit 77c42db

Please sign in to comment.