Skip to content

Commit

Permalink
chore(style): adjust pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jul 21, 2024
1 parent ae21e91 commit 3aaed9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/components/pinned.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
padding: 2em 1em 2em 1em;
border-radius: 0.5em;

@media (max-width: 1200px) {
@media (max-width: 900px) {
grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
@media (max-width: 600px) {
grid-template-columns: 1fr;
}
}
Expand Down

0 comments on commit 3aaed9b

Please sign in to comment.