Fix music sample

This commit is contained in:
Tristan Daniël Maat 2020-02-29 15:15:55 +00:00
parent 6b65befce2
commit 0efedd91d9
Signed by: tlater
GPG key ID: 49670FD774E43268
5 changed files with 33 additions and 17 deletions
src/lib

View file

@ -8,7 +8,7 @@ html.no-js(lang="en")
link(rel="stylesheet", href="~/src/lib/scss/main.scss")
block stylesheets
title="tlater.net"
body
body.d-flex.flex-column
block navigation
include ./navigation

View file

@ -1,3 +1,8 @@
@import 'custom-bootstrap';
/* @import 'fonts'; */
@import 'headings';
html, body {
height: 100%;
width: 100%;
}