diff --git a/web/index.css b/web/index.css index eb614a7..596702f 100644 --- a/web/index.css +++ b/web/index.css @@ -33,7 +33,7 @@ #image-chooser-controls { display: none; - width: 100%; + width: 80%; } #image-preview-box { @@ -44,16 +44,19 @@ } #image-preview-box img { - width: 50px; - height: 50px; + width: 30%; + aspect-ratio: 1 / 1; } .main-controls { display: flex; gap: 0.5rem; + width: 80%; } -.main-controls button { +.main-controls * { + width: 100%; + height: 4rem; font-size: 1.2rem; } diff --git a/web/index.html b/web/index.html index 0dc118f..2f44a52 100644 --- a/web/index.html +++ b/web/index.html @@ -26,7 +26,6 @@
-