skinnier borders

This commit is contained in:
nicwands 2026-06-16 14:33:02 -04:00
parent 04fe416f7c
commit 856bc4cbd5
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<dl-row v-for="row in item.dl" :row="row" />
</div>
<div class="window gif">
<div class="window gif" @click.stop>
<strapi-media :image="item.image" fit="contain" />
<strapi-link class="h6" v-bind="item.image_attribution" />

View file

@ -56,7 +56,7 @@ const props = defineProps({
.mosaic-cell {
position: absolute;
overflow: hidden;
border: 1px solid var(--theme-fg);
border: 0.5px solid var(--theme-fg);
cursor: pointer;
display: flex;
justify-content: center;