diff options
author | hellekin <hellekin@cepheide.org> | 2018-04-07 12:17:11 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-04-07 12:17:11 +0200 |
commit | a5888ab4fa2244ee336471772d5336c124660db5 (patch) | |
tree | cf9c1504a28ad749076f22e44d9daf7696c242fd | |
parent | 96f7787916ca4250d9e81b9ac60a700dcfe91fc3 (diff) | |
download | wallonie-demain-proto-a5888ab4fa2244ee336471772d5336c124660db5.tar.gz |
Try fixing the toggle category bug (refs #5)
-rw-r--r-- | assets/css/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 6196377..0c6a7fb 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -49,7 +49,11 @@ h1, h2, h3, h4, h5, h6 { body > aside { z-index: 1000; } -body > aside > nav > ul h3 { font-size: 1.6rem; } +body > aside > nav > ul h3 { + font-size: 1.6rem; + position: relative; + max-width: 100%; +} body > aside > nav > ul h3 span { position: relative; border: 0.4rem solid #0009; @@ -59,6 +63,7 @@ body > aside > nav > ul h3 span { height: 0.5rem; top: 0.4rem; border-radius: 50%; + } body > aside > nav > ul h3 span.selected { border-color: transparent; |