From 7a75801b5fd60fcd167c1c4160e401c33d41759a Mon Sep 17 00:00:00 2001 From: Sean Perry Date: Tue, 2 Apr 2024 17:06:52 -0700 Subject: [PATCH] style update to project navbar - reminder to actually save changes before pushing --- _sass/minima/_project_nav.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_sass/minima/_project_nav.scss b/_sass/minima/_project_nav.scss index ba17db9c..73810a58 100644 --- a/_sass/minima/_project_nav.scss +++ b/_sass/minima/_project_nav.scss @@ -2,8 +2,9 @@ display: flex; flex-wrap: wrap; flex-direction: row; - justify-content: space-evenly; + justify-content: flex-end; align-items: center; + gap: 15px; } .menu-projects {