Skip to content

Commit

Permalink
add margin to details
Browse files Browse the repository at this point in the history
  • Loading branch information
lero62 committed Mar 14, 2024
1 parent 0893377 commit 0034ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/css/ashby-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ body {

[class*='_jobPosting_'] [class*='_details_'] {
color: var(--color-100);
margin-top: 7px;
}

footer {
Expand Down
1 change: 1 addition & 0 deletions public/css/ashby.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ body {

[class*='_jobPosting_'] [class*='_details_'] {
color: var(--color-100);
margin-top: 7px;
}

footer {
Expand Down

0 comments on commit 0034ff3

Please sign in to comment.