Skip to content

Commit ac1ad92

Browse files
committed
fix(css): move Posting styles to bottom section
1 parent 68bb9fb commit ac1ad92

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

styles/base.css

+6-4
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,6 @@ h5,
182182
line-height: var(--h5-line-height);
183183
}
184184

185-
.posting h2 {
186-
margin-top: 40px;
187-
}
188-
189185
/*#endregion */
190186

191187
/*#region Font Sizes */
@@ -352,3 +348,9 @@ footer .address {
352348
width: 17.5rem;
353349
}
354350
}
351+
352+
/* Job Posting Page */
353+
354+
.posting h2 {
355+
margin-top: 40px;
356+
}

0 commit comments

Comments
 (0)