Skip to content

Commit

Permalink
fix(front): adjusts privacy section padding
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Oct 1, 2023
1 parent c3af912 commit 35bf9a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions front/src/lib/styles/pages/privacy.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.privacy {
margin-top: 1rem;
font-size: 1rem;
max-width: 56rem;
padding: 1.25rem;
position: relative;
border-radius: 0.77rem;
background-color: rgba(var(--background-saturated), 0.77);
padding: 1.25rem;
padding-bottom: 0;
max-width: 56rem;
font-size: 1rem;
@media screen and (min-width: 640px) {
margin-top: 1rem;
padding-top: 7.77rem;
Expand Down

0 comments on commit 35bf9a1

Please sign in to comment.