From ac1ad9226a953e6dff3bc30870c89390e95cbfb1 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Thu, 27 Jul 2023 18:55:48 +0000 Subject: [PATCH] fix(css): move Posting styles to bottom section --- styles/base.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/styles/base.css b/styles/base.css index 4ddef301..1b9e48e9 100644 --- a/styles/base.css +++ b/styles/base.css @@ -182,10 +182,6 @@ h5, line-height: var(--h5-line-height); } -.posting h2 { - margin-top: 40px; -} - /*#endregion */ /*#region Font Sizes */ @@ -352,3 +348,9 @@ footer .address { width: 17.5rem; } } + +/* Job Posting Page */ + +.posting h2 { + margin-top: 40px; +}