diff --git a/assets/css/main.scss b/assets/css/main.scss index 53ce7ef..5405599 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -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"; \ No newline at end of file +@import "custom";