diff --git a/static/css/layout.css b/static/css/layout.css index 2cc7422..5980a02 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -8,8 +8,14 @@ body { padding: 0px; margin: 0px; + font-family: "Atkinson Hyperlegible", Georgia, serif; -webkit-font-smoothing: antialiased; + + /*make the width and scrolling behavior correct + * If horizontal scrolling is needed the layout broke*/ + width: 100vw; + overflow: hidden scroll; } .dt-subtitle {