🏷️Adds automatically generated version information

This commit is contained in:
NBTX
2019-08-30 19:17:43 +01:00
parent 0c543908d3
commit 9eb9365c89
6 changed files with 387 additions and 306 deletions

View File

@@ -51,11 +51,13 @@ h3.title {
header,
footer {
& > div {
display: flex;
padding: 16px;
width: 100%;
align-items: center;
justify-content: space-between;
}
}
nav {
@@ -330,6 +332,10 @@ fieldset#history {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}