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:
parent
3430a61480
commit
b5f7ff5aac
3 changed files with 8 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue