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 { .app-container {
background-color: white; background-color: white;
min-height: 100vh; min-height: 100vh;
display: grid;
grid-template-rows: 80px auto 100px;
} }
</style> </style>

View File

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