Merge pull request #2 from NeilBrommer/Staging

Keep sidebar button in the top corner
This commit is contained in:
Neil Brommer 2023-07-12 16:21:27 -07:00 committed by GitHub
commit 78a2e026b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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