Cleanup styles

This commit is contained in:
Sascha Ißbrücker
2019-06-30 19:33:36 +02:00
parent 9323b9da77
commit 4658ec9d7b
3 changed files with 1 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
section.content-area {
.content-area-header {
border-bottom: solid 1px $border-color;
display: flex;
flex-direction: row;
align-items: baseline;
margin-bottom: 16px;
h2 {
line-height: 1.8rem;
}
}
}