1
0
Fork 0

A little fix of formatting in main.css.

This commit is contained in:
Alexander Andreev 2023-05-14 01:19:45 +04:00
parent 42c6ce1d95
commit 8e92ef003e
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 2 additions and 2 deletions

View File

@ -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%; } }