1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-10-26 09:58:04 +03:00

Adjust navbar padding

This commit is contained in:
Rune Bjørnerås 2019-10-24 18:08:30 +02:00
parent 961985a1cb
commit 437071baf5

View File

@ -192,7 +192,7 @@ export default {
a {
flex: 1;
min-width: 10px;
padding: calc(12px + 0.7vw) 0;
padding: calc(10px + 0.7vw) 0;
color: var(--color-text-primary);
text-decoration: none;
transition: flex 1s, color 1s, opacity 1s;