From 3bc0b294539a5fccdc552ed05c1159905c99021c Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 15 Sep 2022 14:24:37 +0200 Subject: [PATCH] chore: remove indention --- src/components/home/TheNavigation.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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