skinnier borders
This commit is contained in:
parent
04fe416f7c
commit
856bc4cbd5
2 changed files with 2 additions and 2 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue