diff css/style.css @ 81:eb3bbc61bc17

Use flexbox for lots more things this should make stuff actually work on safari. HOPEFULLY.
author Paper <paper@paper.us.eu.org>
date Mon, 20 May 2024 04:00:58 -0400
parents 815c0da68384
children b98a84a0afb2
line wrap: on
line diff
--- a/css/style.css	Mon May 20 03:46:03 2024 -0400
+++ b/css/style.css	Mon May 20 04:00:58 2024 -0400
@@ -28,7 +28,7 @@
 
 /* navbar */
 .navbar {
-	/* display: flex; */
+	display: flex;
 
 	background-color: rgba(0, 0, 0, 0.6);
 	color: white;
@@ -36,6 +36,11 @@
 	padding: 5px;
 }
 
+.project-quip,
+.navbar-right {
+	margin-left: auto;
+}
+
 .navbar-item {
 	color: gray;
 }
@@ -97,6 +102,10 @@
 }
 
 /* projects/index.html */
+.project-title-container {
+	display: flex;
+}
+
 .project-title {
 	font-weight: bold;
 }
@@ -128,6 +137,7 @@
 	height: auto;
 }
 
+.project-quip,
 .blog-footer,
 .blog-date-right {
 	font-size: smaller;
@@ -137,7 +147,3 @@
 .blog-date-right {
 	float: inline-end;
 }
-
-.project-title-container {
-	display: flex;
-}