Skip to content

Commit

Permalink
fix(front): adds padding to privacy section
Browse files Browse the repository at this point in the history
Closes: #closes #721
  • Loading branch information
dgrebb committed Oct 4, 2023
1 parent d3b2729 commit 0ec1093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/lib/styles/pages/privacy.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-size: 1rem;
@media screen and (min-width: 640px) {
margin-top: 1rem;
padding-top: 7.77rem;
padding: 7.77rem 3.75rem 1rem 3.75rem;
}
@media screen and (min-width: 768px) {
margin-top: 2.75rem;
Expand Down

0 comments on commit 0ec1093

Please sign in to comment.