1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-09-11 06:25:41 +03:00

Transition flex only + reduce menu items on xs viewports

This commit is contained in:
Rune Bjørnerås 2019-06-05 08:43:43 +02:00
parent 695dfc7d40
commit 337aef2451

View File

@ -32,6 +32,7 @@
FAQ</a>
<a
v-scroll-to="'#credits'"
class="hidden-xs-only"
href="#"
>
Credits</a>
@ -192,7 +193,7 @@ export default {
padding: calc(12px + 0.7vw) 0;
color: var(--color-text-primary);
text-decoration: none;
transition: all 1s;
transition: flex 1s;
&:hover {
font-style: italic;
}