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

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJoseph Hutchinson <hutch7995@gmail.com>2018-05-10 23:30:23 +0300
committerJoseph Hutchinson <hutch7995@gmail.com>2018-05-10 23:30:23 +0300
commit7468f7c8ff13fef00aadc45416183fab0ee98af3 (patch)
treee2d4849c0fa57f1ebbb53a77e6c532a929295b04 /static
parent9ef3b2bb35f7cfdb3914dad1ec3cc9ae4aabd83c (diff)
make nav title smaller and configurable
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 24bda8e..fd665d2 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -34,6 +34,7 @@ strong {
.nav-text {
text-decoration: none;
z-index: 105;
+ font-size: 0.8em;
}
.hamburger-menu {
display: block;
@@ -290,6 +291,7 @@ h1, h2, h3, h4, h5, h6 {
img {
width: 100%;
height: auto;
+ margin: 1em 0;
}
blockquote {
border-left: 0.3em solid #D1D1D1;