Clean up markup

This commit is contained in:
Maximilian Grundke
2018-04-24 10:00:26 +02:00
parent f2e6d430a9
commit e36c9568d7
4 changed files with 29 additions and 2 deletions

View File

@@ -102,6 +102,21 @@ div.negative-result {
}
}
.group {
.title {
display: flex;
align-items: baseline;
h1 {
flex-grow: 1;
}
h2 {
font-size: medium;
}
}
}
.spinner {
width: 40px;
height: 40px;