Merge pull request #3 from ellaestigoy/adjust-heigt

decrease height so there's more readable area
This commit is contained in:
Ella E 2022-04-06 10:09:05 -06:00 committed by GitHub
commit 460e3bfe2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
left: 0;
right: 0;
z-index: 999;
min-height: 65%;
min-height: 50%;
// align content in the middle
display: grid;