Keep sidebar button in the top corner

This commit is contained in:
Neil Brommer 2023-07-12 16:01:10 -07:00
parent e12287cc95
commit 4125f9c035

View file

@ -4,7 +4,7 @@ h1 {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
align-items: start;
font-size: 2rem;
}