Fix margin at edges of about page

main
Isaiah Odhner 2023-08-10 00:26:18 -04:00
parent d00f859c91
commit 528edacb03
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,4 @@
body {
padding: 10px;
font-family: sans-serif;
/* font-family: 'Comic Sans MS', 'Comic Sans', cursive; */
background-color: white;
@ -10,4 +9,10 @@ html,
body {
overflow: unset;
display: unset;
}
body>* {
/* margin/padding on the body doesn't work */
margin-left: 10px;
margin-right: 10px;
}