Skip to content

Commit

Permalink
Better list mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
Owez committed Dec 10, 2023
1 parent 3c3c0b6 commit 98e6fba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sass/blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ h1 {
padding: 0.5rem;
color: inherit;
text-decoration: none;

// Don't be so stringent on width as it gets smaller
@media screen and (max-width: 1125px) {
width: 80vw;
}
}
}

Expand Down

0 comments on commit 98e6fba

Please sign in to comment.