More styles

This commit is contained in:
Tom Raithel
2017-02-11 12:04:52 +01:00
parent b73cc8896c
commit fc81624813
15 changed files with 117 additions and 41 deletions

View File

@@ -0,0 +1,19 @@
.branding {
margin: 40px 0;
display: flex;
align-items: center;
justify-content: space-between;
&__logo {
flex: 0 0 200px;
& img {
display: block;
width: 150px;
height: 60px;
}
}
&__content {
flex: 0 1 auto;
}
}