Change template width/height as percent

This commit is contained in:
Balakrishnan Balasubramanian 2024-08-12 14:31:25 -04:00
parent 8299da3b27
commit 7ab601c5ed

View File

@ -34,10 +34,13 @@
display: flex;
flex-wrap: wrap;
gap: 1rem;
width: 80%;
}
.templates li {
width: 30%;
list-style-type: none;
aspect-ratio: 1 / 1;
}
#page_size_selector {
@ -45,8 +48,7 @@
}
.template {
width: 6rem;
height: 6rem;
height: 100%;
}
.template-selected {