diff --git a/web/assets/css/main.css b/web/assets/css/main.css index f28602c..14c504a 100644 --- a/web/assets/css/main.css +++ b/web/assets/css/main.css @@ -98,8 +98,7 @@ progress { height: 1.1rem; width: 30%; } -progress::-moz-progress-bar { - background-color: var(--primary-color); } +progress::-moz-progress-bar { background-color: var(--primary-color); } .center { text-align: center; } @@ -165,4 +164,5 @@ footer { nav { width: 100%; text-align: center; } + input[type="text"] { width: 100%; } } \ No newline at end of file