Style changes on side-nav for less spacing between items

pull/4003/head
twanariens 4 years ago
parent 5584c3aded
commit 4e62613026

@ -118,7 +118,7 @@
align-items:center; align-items:center;
justify-content: center; justify-content: center;
font-weight: 700; font-weight: 700;
font-size:24px; font-size:36px;
padding:40px 20px; padding:40px 20px;
height:auto; height:auto;
} }
@ -131,12 +131,12 @@
.mat-list-item{ .mat-list-item{
color:#FFF; color:#FFF;
font-family:Roboto, sans-serif; font-family:Roboto, sans-serif;
font-size: 14px; font-size: 16px;
font-weight: 400; font-weight: 400;
padding:10px 20px; padding:10px 20px;
height:auto; height:auto;
width:20rem; width:20rem;
margin-bottom:1rem; margin-bottom:0.5rem;
} }
.active-list-item{ .active-list-item{

Loading…
Cancel
Save