small fixes for font-family and clickable area in asidenav

This commit is contained in:
Felix Hamann 2018-07-01 16:47:49 +02:00
parent c541a40468
commit 0cc36eeef1
2 changed files with 2 additions and 1 deletions

View File

@ -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 */

View File

@ -105,6 +105,7 @@
padding: 7px 10px;
justify-content: flex-start;
color: var(--color-lightwhite);
width: 100%;
z-index: 1;
.glyphicon {