diff css/style.css @ 92:a143c3991472

navigation: fix navbar implementation
author Paper <paper@paper.us.eu.org>
date Wed, 19 Jun 2024 04:54:19 -0400
parents 60f77a3de847
children caa6f0e136c8
line wrap: on
line diff
--- a/css/style.css	Wed Jun 19 04:05:42 2024 -0400
+++ b/css/style.css	Wed Jun 19 04:54:19 2024 -0400
@@ -26,7 +26,6 @@
 	color: hotpink;
 }
 
-/* navbar */
 .navbar {
 	display: flex;
 
@@ -34,11 +33,15 @@
 	color: white;
 
 	padding: 5px;
+
+	justify-content: space-between;
 }
 
-.project-quip,
-.navbar-right {
-	align-items: flex-end;
+.navbar-group {
+	display: flex;
+}
+
+.project-quip {
 	margin-left: auto;
 }
 
@@ -64,8 +67,7 @@
 }
 
 /* generic drop shadows that I heavily use in... everything,
- * so having them as their own classes is pretty nice :)
-*/
+ * so having them as their own classes is pretty nice :) */
 .drop-shadow-text {
 	text-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.5);
 }