Style tweaks for mobile

This commit is contained in:
Matthias Portzel 2023-03-06 22:51:48 -05:00
parent aa17c2908a
commit c5760f400f
1 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,7 @@ body {
max-width: 45em; max-width: 45em;
padding-left: 30px; padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px; padding-bottom: 30px;
font-size: 16px; font-size: 16px;
@ -228,12 +229,13 @@ h1 {
header#main-header { header#main-header {
padding-top: 4%; padding-top: 4%;
margin: 0; margin: 0;
overflow: auto; overflow: hidden;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
align-items: flex-start; align-items: flex-start;
flex-wrap: wrap;
} }
#main-header h1 { #main-header h1 {