#149 header - smaller font on mobile
This commit is contained in:
parent
0120074ad0
commit
807c3e92b9
|
@ -197,6 +197,10 @@
|
||||||
@import "assets/variables";
|
@import "assets/variables";
|
||||||
|
|
||||||
@include media-breakpoint-down('sm', $grid-breakpoints) {
|
@include media-breakpoint-down('sm', $grid-breakpoints) {
|
||||||
|
h1 {
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-custom {
|
.nav-custom {
|
||||||
.btn {
|
.btn {
|
||||||
border-left: 1px solid $gray-500;
|
border-left: 1px solid $gray-500;
|
||||||
|
|
Reference in New Issue