diff --git a/web/index.css b/web/index.css index 47471af..4e05e3f 100644 --- a/web/index.css +++ b/web/index.css @@ -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 {