Merge pull request #13 from aubm/hide-horizontal-scrollbar-on-mobile

hide horizontal scrollbar on mobile
This commit is contained in:
kimcc
2020-04-15 17:24:55 -05:00
committed by GitHub

View File

@@ -29,7 +29,9 @@ $code: Menlo,Monaco,"Courier New",monospace;
html,
body {
height: 100%;
height: 100%;
width: 100%;
overflow-x: hidden;
}
html {
@@ -505,4 +507,4 @@ footer {
// BREAKPOINTS
@import "partials/_breakpoints";
@import "custom";
@import "custom";