Skip to content

Commit

Permalink
Fix horizontal scroll on 1:1 screens
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 31, 2024
1 parent 8fc438d commit 1e672ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/global/global.pug
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ html
| var navlink = document.querySelector(`a.nav-link[href='${location.pathname.replace(/.*\//, './')}']`);
| if(navlink) navlink.classList.add('active')

main.col.vw-100
main
block content

block before_scripts
Expand Down

0 comments on commit 1e672ef

Please sign in to comment.