Accessibility Improvements (#66)

* Accessibility Fixes

* More improvements

* add padding to headers

---------

Co-authored-by: Will Freeman <hohosanta@me.com>
This commit is contained in:
Andrew Gentry
2025-11-29 20:00:27 -05:00
committed by GitHub
parent f59a6ee819
commit 3bd0b93725
3 changed files with 40 additions and 18 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<!-- Featured On Section -->
<v-container class="featured-on-section my-8">
<h4 class="mb-4" style="opacity: 0.8">Featured On</h4>
<h2 class="mb-4 text-h5 font-weight-black" style="opacity: 0.8">Featured On</h2>
<v-row justify="center" align-items="center">
<v-card v-for="site in featuredOn" flat target="_blank" :href="site.url" class="mx-4" :width="site.wide ? 200 : 100" height="50" style="background: rgba(0,0,0,0)">
<v-img contain :src="site.logo" :alt="site.name" class="featured-logo" style="display: flex; align-items: center; height: 100%;" />