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:
authorkendo5731 <aur.baumann@gmail.com>2020-04-03 15:26:09 +0300
committerkendo5731 <aur.baumann@gmail.com>2020-04-03 16:39:56 +0300
commit2d4b6d7355b32630cab34337c5d8158ef1acfae7 (patch)
treea812ede516dec8fde04222be23de9fe7bbb02ff0
parent9ec04a297870ce8aeb7eb341b5904fb4867c1128 (diff)
hide horizontal scrollbar on mobile
-rw-r--r--assets/css/main.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/css/main.scss b/assets/css/main.scss
index 4c81008..5a6dc2c 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -30,6 +30,8 @@ $code: Menlo,Monaco,"Courier New",monospace;
html,
body {
height: 100%;
+ width: 100%;
+ overflow-x: hidden;
}
html {
@@ -492,4 +494,4 @@ footer {
// BREAKPOINTS
@import "partials/_breakpoints";
-@import "custom"; \ No newline at end of file
+@import "custom";