Skip to content

Commit

Permalink
Avoid horizontal overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
decabeza committed Apr 9, 2024
1 parent 93d9daa commit a151d0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ html {
font-size: unset;
}

body {
overflow-x: hidden;
}

body,
h1,
h2,
Expand Down

0 comments on commit a151d0f

Please sign in to comment.