footer stays at bottom, link to pages for buttons in header

This commit is contained in:
Adrian Thompson
2020-10-30 13:24:57 +01:00
parent 2ee071e2b2
commit 0d0022f420
2 changed files with 9 additions and 7 deletions

View File

@@ -108,5 +108,7 @@ body {
.app-container {
background-color: white;
min-height: 100vh;
display: grid;
grid-template-rows: 80px auto 100px;
}
</style>

View File

@@ -7,14 +7,14 @@
Vil du også vinne?
</h1>
<a href="#" class="participate-button">
<i class="icon icon--arrow-right"></i>
<p>Trykk her for å delta</p>
</a>
<router-link to="/lottery/game" class="participate-button">
<i class="icon icon--arrow-right"></i>
<p>Trykk her for å delta</p>
</router-link>
<a href="#" class="see-details-link">
<router-link to="/lottery/generate" class="see-details-link">
Se vipps detaljer og QR-kode
</a>
</router-link>
<div class="icons-container">
<i class="icon icon--heart-sparks"></i>