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; +}