Fix music sample
This commit is contained in:
parent
6b65befce2
commit
0efedd91d9
5 changed files with 33 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
@import 'custom-bootstrap';
|
||||
/* @import 'fonts'; */
|
||||
@import 'headings';
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Reference in a new issue