Skip to content

Commit 0bed642

Browse files
committed
fix: inscription page image spacing
1 parent d83aa90 commit 0bed642

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/src/lib/components/inscription/InscriptionOverview.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@
138138
#overview .image-placeholder {
139139
grid-column: 1;
140140
grid-row: 1;
141-
margin: 0 auto;
142-
padding-inline: var(--size-2);
143-
width: 100%;
141+
margin-inline: calc(var(--size-4) * -1);
142+
padding-inline: 0;
143+
width: calc(100% + (var(--size-4) * 2));
144144
}
145145
146146
#overview #facsimile-images figcaption {

0 commit comments

Comments
 (0)