Merge branch 'master' into staging

This commit is contained in:
Will Freeman
2025-11-29 18:41:52 -07:00
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%;" />