Make spacing/layout more consistent

This commit is contained in:
2019-05-23 14:55:03 +02:00
parent 409d5e33f9
commit 29115d9b16
4 changed files with 20 additions and 13 deletions
+7
View File
@@ -1,8 +1,15 @@
#topbar {
padding: 0 1rem;
height: 3rem;
line-height: 3rem;
background-color: rgba(0,0,0,.3);
@include media-min(medium) {
padding: 0 2rem;
height: 4rem;
line-height: 4rem;
}
h1 {
display: inline-block;
text-transform: uppercase;