Add custom theming to main headings

pull/1/head
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

@ -1,10 +1,2 @@
@import "../lib/scss/main";
@import "~bootstrap/scss/bootstrap";
.head-line {
color: #99d1ce;
}
.tag-line {
font-size: 1rem;
}

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';

View File

@ -1,7 +1,7 @@
extends ../lib/pug/base
block content
h1 Contact me
h1.head-line Contact me
.row
//- The form