Skip to content

Commit

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

Expand All @@ -275,8 +275,8 @@ h1 {
@media (max-width: 576px) {
#forecast-slider {
display: grid;
grid-template-columns: repeat(3, 1fr); /* 2 items per row */
grid-template-rows: repeat(2, auto); /* 2 rows, automatically sized */
grid-template-columns: repeat(3, 1fr); /* 3 columns */
grid-template-rows: repeat(2, auto); /* 2 rows */
gap: 10px;
}

Expand Down

0 comments on commit 9365bf5

Please sign in to comment.