#149 header - smaller font on mobile

This commit is contained in:
Avris 2020-12-23 21:47:51 +01:00
parent 0120074ad0
commit 807c3e92b9
1 changed files with 4 additions and 0 deletions

View File

@ -197,6 +197,10 @@
@import "assets/variables";
@include media-breakpoint-down('sm', $grid-breakpoints) {
h1 {
font-size: 2rem;
}
.nav-custom {
.btn {
border-left: 1px solid $gray-500;