Fix navigation component due to new wrapping divs around components

This commit is contained in:
Andrew Kingston 2021-06-08 14:22:00 +01:00
parent 65e7453fbf
commit 3a6b627609
1 changed files with 1 additions and 5 deletions

View File

@ -65,15 +65,11 @@
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
.nav__menu > * {
margin-right: 16px;
gap: 16px;
}
:global(.nav__menu > a) {
font-size: 1.5em;
text-decoration: none;
margin-right: 16px;
}
</style>