Skip to content

Commit

Permalink
Fix temporary content
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed May 5, 2024
1 parent a3274c7 commit efafbc0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions templates/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,16 @@ main {

@media screen and (max-width: 521px) {
main {
padding-bottom: 205px;
grid-template-columns: repeat(1, 1fr);
width: 250px;
gap: 195px;
}
}

@media screen and (max-width: 428px) {
main {
padding-bottom: 155px;
gap: 155px;
}
}

0 comments on commit efafbc0

Please sign in to comment.