More style changes

This commit is contained in:
Seth Morabito 2021-03-12 21:42:53 -08:00
parent 6f4883f96e
commit 4faee300f1
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
body {
font-size: 12pt;
font-size: 14pt;
font-weight: 300;
font-family: "Roboto", sans-serif;
line-height: 1.7;
@ -61,10 +61,13 @@ a:hover {
@media screen and (min-width: 860px) {
#splash {
width: 120px;
margin-top: 1rem;
}
#container {
margin: 5rem 6rem;
margin: 5rem auto;
padding: 0 6rem 0 3rem;
max-width: 52rem;
}
#sidebar {