Center mobile menu button vertically

This commit is contained in:
Jan Tuomi
2018-11-19 23:00:08 +02:00
parent b20d30b612
commit 7a93b141b9
@@ -51,6 +51,10 @@ $border-width: 2px;
margin: 0 1rem;
cursor: pointer;
span {
display: flex;
}
@media screen and (min-width: 1200px) {
display: none;
}