Skip to content

Commit

Permalink
bugfix: link to main github page in footer, small css fix for mobile …
Browse files Browse the repository at this point in the history
…view (#31)

Co-authored-by: arobbins <[email protected]>
  • Loading branch information
allisonrobbins and allisonrobbins authored Jul 17, 2024
1 parent 137f575 commit 1787343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/NavigationFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
aria-label="mitre engenuity youtube">
<i class="pi pi-youtube"></i>
</a>
<a href="https://github.com/center-for-threat-informed-defense/mappings-explorer" target="blank"
class="github" aria-label="ctid github">
<a href="https://github.com/center-for-threat-informed-defense/" target="blank" class="github"
aria-label="ctid github">
<i class="pi pi-github"></i>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1787343

Please sign in to comment.