index: Style header

pull/1/head
Tristan Maat 2018-04-07 17:05:00 +00:00
parent ba97f0f806
commit 4db193bdb4
2 changed files with 10 additions and 2 deletions

View File

@ -1,8 +1,8 @@
extends ../lib/pug/base
block content
h1 Welcome to tlater.net!
h5: em Your #1 site for useless time sinks
h1.head-line Welcome to tlater.net!
h5.tag-line: em Your #1 site for useless time sinks
hr

View File

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