add page size select

This commit is contained in:
2023-09-05 18:42:47 -04:00
parent 9dceae06a7
commit 00bc166148
4 changed files with 86 additions and 21 deletions

View File

@@ -14,12 +14,15 @@
padding: 2rem;
flex: 70%;
}
.image-surface {
overflow: hidden;
margin: auto;
border: 1px solid;
height: 100%;
width: 100%;
width: auto;
--collage-ap: 110 / 85;
aspect-ratio: var(--collage-ap);
}
.showbuton {
font-size: 2rem;