From 7b77c9d6258b053186422097cfab980c39f561e8 Mon Sep 17 00:00:00 2001 From: Ryan C <87027981+ryangchung@users.noreply.github.com> Date: Fri, 3 Jan 2025 12:48:28 -0500 Subject: [PATCH] fix scss lint --- assets/scss/components/_jobuary.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/scss/components/_jobuary.scss b/assets/scss/components/_jobuary.scss index b603c09c9..3b2d366f6 100644 --- a/assets/scss/components/_jobuary.scss +++ b/assets/scss/components/_jobuary.scss @@ -113,7 +113,7 @@ #team_flex_box { display: flex; justify-content: space-evenly; - align-items:first baseline; + align-items: first baseline; flex-wrap: wrap; flex-basis: 0; max-width: 85rem; @@ -138,8 +138,8 @@ } .profile h2 { - text-align: center; - margin-top: 0.5rem; + text-align: center; + margin-top: 0.5rem; } .max-width-700 {