From 7ab601c5edeb18454b8233400f54d83e7a7b257c Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Mon, 12 Aug 2024 14:31:25 -0400 Subject: [PATCH] Change template width/height as percent --- web/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 {