Bad styling

master
E. Almqvist 3 years ago
parent 510984a8db
commit 7673aa422d
  1. 6
      src/views/layout.slim
  2. 4
      src/views/stylesheets/style.sass

@ -8,7 +8,11 @@ html lang="en"
header
div
a.inlbutton#logo_container href="/" target="_self"
h1 = "The Auction House"
h1
| The
span
| Auction
| House
h2 = get_random_subtitle
nav
ul

@ -78,6 +78,10 @@ header
font-size: 1.2rem
font-weight: bold
span
background: $special_clr
color: #fff
h2
margin: 0
font-size: .8rem

Loading…
Cancel
Save