Skip to content

Commit

Permalink
fix(css): move Posting styles to bottom section
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jul 27, 2023
1 parent 7191273 commit 794b98f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@ h5,
line-height: var(--h5-line-height);
}

.posting h2 {
margin-top: 40px;
}

/*#endregion */

/*#region Font Sizes */
Expand Down Expand Up @@ -352,3 +348,9 @@ footer .address {
width: 17.5rem;
}
}

/* Job Posting Page */

.posting h2 {
margin-top: 40px;
}

0 comments on commit 794b98f

Please sign in to comment.