master
E. Almqvist 3 years ago
parent e019841cdb
commit ccd1082326
  1. 5
      src/views/index.slim
  2. 8
      src/views/stylesheets/style.sass

@ -1,4 +1,4 @@
article#index
article.index
h1.tcenter The Auction House
p.tcenter
| Welcome to the Auction House! With our convenient online auction platform, you can easily browse through listings and find great deals on everything from clothes to electronics.
@ -8,3 +8,6 @@ article#index
li
a.button href="/auction/post" = "Post Auction"
article.index
h1.tcenter.title
| Recent auctions

@ -102,7 +102,7 @@ header
justify-content: center
margin: 0 8px
article#index
article.index
width: 70rem
h1
font-size: 2rem
@ -110,6 +110,12 @@ article#index
opacity: .7
padding: 0 10rem
article.index:not(:last-child)
margin-bottom: 4rem
h1.title
border-bottom: $border_size solid $shadow_clr
.inlbutton
transition: opacity .2s

Loading…
Cancel
Save