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

github.com/niklasbuschmann/contrast-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorNiklas Buschmann <niklasbuschmann@posteo.org>2020-11-26 01:45:00 +0300
committerNiklas Buschmann <niklasbuschmann@posteo.org>2020-11-26 01:45:00 +0300
commita111a24188870f0c72ead3f760574283c1be0c13 (patch)
treef4ae217ffbff7649c1d746e459b0a753cc96084f /static
parent210afb03324a523315dce3e04195de692ee9eff2 (diff)
merge upstream
Diffstat (limited to 'static')
-rw-r--r--static/css/index.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/static/css/index.css b/static/css/index.css
index 983c007..029ccdb 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -37,6 +37,7 @@ body {
font-weight: 400;
line-height: 1.6;
margin: 0;
+ min-height: 100vh;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@@ -169,10 +170,6 @@ body > header, body > article, body > footer {
background: #393b45;
padding: 0 calc(38% - 18em);
}
- body {
- background: #ffffff;
- min-height: 100vh;
- }
body > header, body > article, body > footer {
padding: 1.7em 12.5%;
}