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