diff --git a/src/components/home/TheNavigation.vue b/src/components/home/TheNavigation.vue index b52686110..17f31932f 100644 --- a/src/components/home/TheNavigation.vue +++ b/src/components/home/TheNavigation.vue @@ -293,15 +293,15 @@ $hamburger-menu-icon-width: 28px; width: 1rem; cursor: pointer; } +} - .info-button { - text-align: center; - height: 1.25rem; - line-height: 1.25rem; - width: 2rem; - margin-top: .25rem; - padding: 0 .5rem; - color: var(--grey-400); - } +.info-button { + text-align: center; + height: 1.25rem; + line-height: 1.25rem; + width: 2rem; + margin-top: .25rem; + padding: 0 .5rem; + color: var(--grey-400); } \ No newline at end of file