Skip to content

Commit

Permalink
update width to be responsive to screensize
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandtH22 committed Jan 23, 2024
1 parent fdac596 commit 9a0b61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ html {
.horizontal-scroll {
display: block;
width: 251px;
max-height: 850px;
max-height: 55vw;
margin: 0;
padding-top: 1px;
overflow-x: hidden;
Expand Down

0 comments on commit 9a0b61f

Please sign in to comment.