Skip to content

Commit

Permalink
fix grid 5
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucaligori committed Mar 21, 2023
1 parent a3b9cd1 commit b3d822b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ footer {

/* MOBILE */

@media (max-width: 768px) {
@media (max-width: 480px) {

.menu {
display: none;
Expand Down Expand Up @@ -563,5 +563,21 @@ footer {
display: flex;
flex-direction: column;
flex-wrap: wrap;
flex-basis: auto;
}

.cell-big {
display: flex;
flex-direction: column;
flex-wrap: wrap;
flex-basis: auto;

}

.container-grid {
display: flex;
flex-direction: column;
flex-wrap: wrap;
flex-basis: auto;
}
}

0 comments on commit b3d822b

Please sign in to comment.