Better screen usage for smaller mobile size (#1348)

* Updating styles to use space better for smaller mobile

* Fixing side-nav issue
This commit is contained in:
Robbie Davis 2022-07-01 14:46:41 -04:00 committed by GitHub
parent 3430a61480
commit b5f7ff5aac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View file

@ -47,6 +47,10 @@
align-items: center;
justify-content: space-around;
@media (max-width: 576px) {
padding: 0 10px 0 5px;
}
.btn {
text-decoration: none;
color: hsla(0,0%,100%,.7);