Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kimcc/hugo-theme-noteworthy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/main.scss')
-rw-r--r--assets/css/main.scss6
1 files changed, 4 insertions, 2 deletions
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";