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

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBern <bernard.carney@gmail.com>2017-11-20 06:05:34 +0300
committerPatrick Collins <thepatrickcollins@gmail.com>2017-11-20 06:05:34 +0300
commit2b1e823b2535990317310bce7f821229c525feeb (patch)
tree70a531e2e4f50c5de1279d7a13127389aabf0448
parente90e70ea3f43698a3bf7d5bd09d830d3144bb67e (diff)
overflow on small screens fix (#86)
should fix the slight overflow on small screens which put some of the menu button off screen and made a horizontal scrollbar
-rw-r--r--static/css/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 73a0b27..2d3378e 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -60,7 +60,7 @@
font-weight: 400;
letter-spacing: 0.25em;
line-height: 2.5;
- margin-top: -1em;
+ margin: -1em 1em 0;
text-transform: uppercase;
}
@@ -2455,6 +2455,7 @@
opacity: 1;
padding: 4.5em;
width: 90em;
+ overflow: hidden;
}
body.is-menu-visible #wrapper {