Tue, 27 Sep 2022 14:24:10 -0600
- Add scrollbar on all pages to fix bumping
site/style.css | file | annotate | diff | comparison | revisions |
--- a/site/style.css Wed Feb 26 00:22:33 2020 -0700 +++ b/site/style.css Tue Sep 27 14:24:10 2022 -0600 @@ -1,9 +1,14 @@ @import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Nunito:400,700|Arimo&display=swap'); +html { + overflow-y: scroll; +} body { background-color:#202020; } + + div.main { width:1280px; margin-right: auto;