From 4ce9bc6ab76d80da621e515367eac9492ad7d79f Mon Sep 17 00:00:00 2001 From: arobbins Date: Wed, 17 Jul 2024 14:09:38 -0400 Subject: [PATCH] bugfix: link to main github page in footer, small css fix for mobile view --- src/components/NavigationFooter.vue | 4 ++-- src/index.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/NavigationFooter.vue b/src/components/NavigationFooter.vue index f8502e5..01f84d8 100644 --- a/src/components/NavigationFooter.vue +++ b/src/components/NavigationFooter.vue @@ -30,8 +30,8 @@ aria-label="mitre engenuity youtube"> - + diff --git a/src/index.css b/src/index.css index 0c1bf14..a40d881 100644 --- a/src/index.css +++ b/src/index.css @@ -115,7 +115,7 @@ h1, h2, h3, h4, h5, h6 { @apply bg-ctid-navy } .p-selectbutton .p-button.p-component { - @apply uppercase border-[1px] border-ctid-black rounded-none mx-1 + @apply uppercase border-[1px] border-ctid-black rounded-none mx-[-1px] sm:mx-1 md:mx-[-1px] lg:mx-1 } .p-selectbutton .p-highlight.p-button.p-component { @apply bg-ctid-navy text-white