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>2021-02-28 23:42:12 +0300
committerNiklas Buschmann <niklasbuschmann@posteo.org>2021-02-28 23:42:12 +0300
commit2671ef78fb07377fcacce33197e0a72a918f55b4 (patch)
tree6d5db297adfa615fb56f7b3d70beb1a1e41ae4e2 /static
parentdbdf78b5fe7a184a3eb0edb4652c76db8e4a5c09 (diff)
merge upstream
Diffstat (limited to 'static')
-rw-r--r--static/css/index.css4
-rw-r--r--static/css/minimal.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/static/css/index.css b/static/css/index.css
index 68d6306..a860031 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -133,11 +133,11 @@ article header h1 {
}
nav {
- margin: .5em -.8em;
+ margin: .5em -1em;
}
nav a {
- margin: .5em .8em;
+ margin: .5em 1em;
}
body > header, body > article {
diff --git a/static/css/minimal.css b/static/css/minimal.css
index 928a016..387dc72 100644
--- a/static/css/minimal.css
+++ b/static/css/minimal.css
@@ -136,11 +136,11 @@ article header h1 {
}
nav {
- margin: .5em -.8em;
+ margin: .5em -1em;
}
nav a {
- margin: .5em .8em;
+ margin: .5em 1em;
}
body > header, body > article {