From 199436d7e5d44f30a4b2647c62bb62e9ad451eb1 Mon Sep 17 00:00:00 2001 From: AHKAD Date: Thu, 19 Sep 2024 12:18:27 +0000 Subject: [PATCH] make buttons smaller --- static/css/style.css | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 5bd6967..76f75f9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -30,7 +30,8 @@ body { justify-content: space-around; flex-direction: row; flex-wrap: wrap; - + align-items: center; + margin: 2px; } .download-button{ @@ -69,7 +70,7 @@ body { } .serialform { - margin: 10px; + /* margin: 10px; */ margin-left: 2px; margin-right: 2px; /* padding: 10px; */ @@ -79,7 +80,7 @@ body { .modelselect { border-radius: 20px; font-size: large; - padding: 10px 0px; + padding: 6px 0px; /* padding: 10px; */ text-align: center; align-self: center; @@ -95,7 +96,7 @@ body { .form-control { width: 183px; font-size: large; - padding: 10px; + padding: 6px; /* border-radius: 23px; */ border-top-left-radius: 25px; /* border-top-right-radius: 23px; */ @@ -104,7 +105,7 @@ body { } .form-btn { - padding: 10px; + padding: 6px; text-align: center; cursor: pointer; font-size: large; @@ -113,10 +114,10 @@ body { } .btn { - padding: 10px; + padding: 6px; /* width: -webkit-fill-available; */ border-radius: 25px; - margin: 10px; + /* margin: 10px; */ margin-left: 2px; margin-right: 2px; text-align: center; @@ -464,4 +465,9 @@ background-color: white; background-color: #c8e4ef; width: fit-content; border-radius: 10px; +} + + +.repeatedx { + text-align: -webkit-center; } \ No newline at end of file