Add custom theming to main headings
This commit is contained in:
parent
de8a0c4173
commit
ce6309e7a5
4 changed files with 9 additions and 9 deletions
src/lib/scss
7
src/lib/scss/_headings.scss
Normal file
7
src/lib/scss/_headings.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
.head-line {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.tag-line {
|
||||
font-size: 1rem;
|
||||
}
|
|
@ -1,2 +1,3 @@
|
|||
@import 'custom-bootstrap';
|
||||
@import 'fonts';
|
||||
@import 'headings';
|
||||
|
|
Reference in a new issue