Header styles cleanup

was kinda janky before
pull/513/head
Alex P 2016-11-11 14:25:34 -08:00
parent a02211dfc8
commit c0f9554437
1 changed files with 9 additions and 5 deletions

View File

@ -117,17 +117,21 @@ body > #react-root {
display: inline-block;
vertical-align: middle;
}
&__left {
&__left,
&__right {
display: flex;
flex-direction: column;
align-items: center;
> * {
> *:only-child {
margin: 0;
}
}
&__left {
> * {
margin: 0 4px 0 0;
}
}
&__right {
font-size: 0;
> * {
margin: 0 0 0 4px;
}