commit 0e3666ec88c750f9637a1a3dccd8ffa71d8c3a08
parent 1de874bd4104c19e1faab11f1695b7512291421c
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date: Sun, 24 Mar 2024 09:27:10 -0700
Float the second header section to the right
I like the separation in most cases, but when text size is small
compared to screen size the gap is a bit too large. Maybe I'll
change the style later on.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/css/main.css b/css/main.css
@@ -32,6 +32,10 @@ nav > ul > li {
float: left;
}
+nav > ul:nth-child(2) {
+ float: right;
+}
+
nav > ul > li > a {
display: block;
padding: .5rem;