small fixes for font-family and clickable area in asidenav
This commit is contained in:
parent
c541a40468
commit
0cc36eeef1
@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
/* FONTS */
|
||||
--font-base: "Source Sans Pro", Helvetica, sans-serif;
|
||||
--font-base: "Source Sans Pro", "Trebuchet MS", sans-serif;
|
||||
--font-logo: "Roboto", var(--font-base);
|
||||
|
||||
/* DIMENSIONS */
|
||||
|
||||
@ -105,6 +105,7 @@
|
||||
padding: 7px 10px;
|
||||
justify-content: flex-start;
|
||||
color: var(--color-lightwhite);
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
|
||||
.glyphicon {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user