Reduce domain header font size

This commit is contained in:
Johannes Zellner
2019-03-25 16:33:49 +01:00
parent 75642d785e
commit daf7e2313b
2 changed files with 6 additions and 1 deletions

View File

@@ -245,6 +245,11 @@ h1, h2, h3 {
// Apps view
// ----------------------------
.domain-header {
padding-left: 15px;
font-size: 24px;
}
.app-grid {
display: flex;
flex-wrap: wrap;