Add navigation to the banner #25

Merged
Adrianht merged 7 commits from feat/navigation-in-header into master 2020-09-07 14:57:40 +00:00
Showing only changes of commit 58b424a873 - Show all commits

View File

@@ -188,7 +188,11 @@ export default {
color: #333333;
display: flex;
font-family: Arial;
font-size: 0.8em;
margin-right: 2rem;
@include mobile {
font-size: 0.8em;
margin-right: 1rem;
}
h2 {
display: flex;
}