Browse Source

Hide x-direction scrollbar

pull/5/head
FiliusPatris 3 years ago
parent
commit
dd5af942ca
Signed by untrusted user: TobTobXX
GPG Key ID: 12AC3D4752E2FA2E
  1. 1
      styles/index.css

1
styles/index.css

@ -18,4 +18,5 @@ body {
margin: 0; margin: 0;
font-family: "Work Sans", sans-serif; font-family: "Work Sans", sans-serif;
font-weight: 250; font-weight: 250;
overflow-x: hidden;
} }

Loading…
Cancel
Save