summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commun.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/commun.css b/commun.css
index c9b8242..9556292 100644
--- a/commun.css
+++ b/commun.css
@@ -65,6 +65,10 @@ nav > ol {
nav > ol > li {
flex: 1;
+}
+
+nav > ol > li > a {
+ display: block;
padding: 0.5em 0.1em;
}
@@ -74,7 +78,6 @@ nav li.dropdown {
nav li.dropdown ul {
display: none;
position: absolute;
- left: 0; /* Offset nav > ol > li padding. */
padding-left: 0;
width: 100%;
text-align: left;