Skip to content

Commit

Permalink
hide footer
Browse files Browse the repository at this point in the history
  • Loading branch information
lero62 committed Mar 14, 2024
1 parent e65314b commit 7613c6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions public/css/ashby-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ body {
background: transparent;
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
margin-left: 0 !important;
margin-right: 0 !important;
}
[class*='_jobPosting_'] [class*='_title_'] {
color: var(--color);
Expand All @@ -54,5 +54,5 @@ body {
}

footer {
display: none;
display: none !important;
}
6 changes: 3 additions & 3 deletions public/css/ashby.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ body {
background: transparent;
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
margin-left: 0 !important;
margin-right: 0 !important;
}
[class*='_jobPosting_'] [class*='_title_'] {
color: var(--color);
Expand All @@ -53,5 +53,5 @@ body {
}

footer {
display: none;
display: none !important;
}

0 comments on commit 7613c6d

Please sign in to comment.