Skip to content

Commit

Permalink
122
Browse files Browse the repository at this point in the history
  • Loading branch information
tonmoy7722 committed Aug 26, 2024
1 parent 797bb90 commit a6c1b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ h1 {
@media (max-width: 576px) {
#forecast-slider {
display: grid;
grid-template-columns: repeat(2, 1fr); /* 2 items per row */
grid-template-columns: repeat(3, 1fr); /* 2 items per row */
grid-template-rows: repeat(2, auto); /* 2 rows, automatically sized */
gap: 10px;
}
Expand Down

0 comments on commit a6c1b24

Please sign in to comment.