Add custom theming to main headings

This commit is contained in:
Tristan Maat 2018-04-07 19:54:50 +00:00
parent de8a0c4173
commit ce6309e7a5
4 changed files with 9 additions and 9 deletions

View file

@ -0,0 +1,7 @@
.head-line {
margin-top: 1rem;
}
.tag-line {
font-size: 1rem;
}

View file

@ -1,2 +1,3 @@
@import 'custom-bootstrap';
@import 'fonts';
@import 'headings';