index: Style header
This commit is contained in:
parent
ba97f0f806
commit
4db193bdb4
|
@ -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
|
||||
|
||||
|
|
|
@ -1,2 +1,10 @@
|
|||
@import "../lib/scss/main";
|
||||
@import "~bootstrap/scss/bootstrap";
|
||||
|
||||
.head-line {
|
||||
color: #99d1ce;
|
||||
}
|
||||
|
||||
.tag-line {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
|
Reference in a new issue