Skip to content

Commit

Permalink
Merge pull request #72 from JoelBerglund05/backup
Browse files Browse the repository at this point in the history
another fix
  • Loading branch information
JoelBerglund05 authored Dec 11, 2024
2 parents 5f17d76 + b0b4fcc commit c90bc0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions css/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ button:hover {
background-color: $primary-color;
}

@media (width < 45em) {
@media (width < 720px) {
.question-grid {
margin: 0 1em;
}
}

@media (width < 35em) {
@media (width < 560px) {
.question-grid {
margin: 0 .5em;
}
Expand All @@ -124,7 +124,7 @@ button:hover {
padding: .5em 1.5em .5em 1.5em;
}
}
@media (width < 20em) {
@media (width < 320px) {
.question-grid {
margin: 0 .5em;

Expand Down

0 comments on commit c90bc0c

Please sign in to comment.