aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-02-22 02:35:23 +0300
committerValentin Popov <info@valentineus.link>2019-02-22 02:35:23 +0300
commit244549b54d5efc931005b7f3ee09196c7193288f (patch)
treec0e9d7cd900910e8d065710b33b9877532a3635c
parent4a3be1486c04a4974b81910d893e720f9a15f5cb (diff)
downloadpopov.link-244549b54d5efc931005b7f3ee09196c7193288f.tar.xz
popov.link-244549b54d5efc931005b7f3ee09196c7193288f.zip
Stretching content
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--_scss/components/_core.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/_scss/components/_core.scss b/_scss/components/_core.scss
index 9e19359..96b2699 100644
--- a/_scss/components/_core.scss
+++ b/_scss/components/_core.scss
@@ -8,10 +8,12 @@
}
html {
+ height: 100%;
overflow-y: scroll;
}
body {
+ min-height: 100%;
padding-bottom: 20px;
padding-top: 20px;
}