add loading of MNT-data from kverify

This commit is contained in:
lare 2022-11-17 06:43:43 +01:00
parent b305139033
commit 1770eeb201
7 changed files with 100 additions and 24 deletions

View file

@ -2,6 +2,7 @@
--bg-color: #aaa;
--text-color: black;
--other-background: #444;
/* --accent-color: ; */
}
body {
@ -15,16 +16,26 @@ header {
background-color: var(--other-background);
height: 50px;
}
a {
color: var(--text-color);
}
.content {
width: 100%;
height: calc(100% - 55px);
margin: initial;
margin: auto;
}
.content>* {
padding: 5%;
}
.flex {
display: flex;
flex-direction: column;
}
.flex-row {
flex-direction: row;
}
.flex>* {
flex-flow: column;