Skip to content

Commit

Permalink
fix(front): adjusts privacy section margin at breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Sep 28, 2023
1 parent fc77e42 commit a07d604
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions front/src/lib/styles/pages/privacy.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
.privacy {
margin-top: 1rem;
font-size: 1rem;
@apply max-w-4xl
p-5
shadow-xl
sm:p-9;
@screen sm {
margin-top: 3rem;
padding-top: 7.77rem;
}
max-width: 56rem;
padding: 1.25rem;
position: relative;
border-radius: 0.77rem;
background-color: rgba(var(--background-saturated), 0.77);
@media screen and (min-width: 640px) {
margin-top: 1rem;
padding-top: 7.77rem;
}
@media screen and (min-width: 768px) {
margin-top: 2.75rem;
}
&::before {
position: absolute;
mask:
Expand Down

0 comments on commit a07d604

Please sign in to comment.