Allow linking to specific pages

This commit is contained in:
Maximilian Grundke
2018-03-14 08:54:33 +01:00
parent 1bf2757c44
commit 6252df3a74
3 changed files with 34 additions and 24 deletions

View File

@@ -71,25 +71,29 @@ div.negative-result {
grid-auto-rows: 150px;
grid-gap: 10px;
> div {
border: 2px solid #0055ba;
border-radius: 5px;
background-color: #008cba;
padding: 1em;
> a {
color: #fff;
display: flex;
flex-flow: column-reverse;
text-align: center;
text-decoration: none;
> .data {
flex-grow: 1;
font-size: 40px;
vertical-align: middle;
line-height: 50px;
}
> div {
border: 2px solid #0055ba;
border-radius: 5px;
background-color: #008cba;
padding: 1em;
display: flex;
flex-flow: column-reverse;
text-align: center;
> .title {
height: 42px;
> .data {
flex-grow: 1;
font-size: 40px;
vertical-align: middle;
line-height: 50px;
}
> .title {
height: 42px;
}
}
}
}