Merge pull request #117 from NBTX/master

Add version number to footer and improves .editorconfig
This commit is contained in:
John Harker
2019-08-30 23:38:38 +01:00
committed by GitHub
7 changed files with 389 additions and 308 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;
}