Skip to content

Commit

Permalink
add padding to body
Browse files Browse the repository at this point in the history
  • Loading branch information
lero62 committed Mar 29, 2024
1 parent bdf73ed commit d7449b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/ashby-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
body {
background: transparent;
font-family: 'EncodeSans';
padding: 0 10px;
}
._section_1qwfy_341 {
max-width: none;
padding: 0 10px;
}
[class*='_titles_'] {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion public/css/ashby.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
body {
background: transparent;
font-family: 'EncodeSans';
padding: 0 10px;
}
._section_1qwfy_341 {
max-width: none;
padding: 0 10px;
}
[class*='_titles_'] {
display: none;
Expand Down

0 comments on commit d7449b0

Please sign in to comment.