A little fix of formatting in main.css.
This commit is contained in:
parent
42c6ce1d95
commit
8e92ef003e
@ -98,8 +98,7 @@ progress {
|
|||||||
height: 1.1rem;
|
height: 1.1rem;
|
||||||
width: 30%; }
|
width: 30%; }
|
||||||
|
|
||||||
progress::-moz-progress-bar {
|
progress::-moz-progress-bar { background-color: var(--primary-color); }
|
||||||
background-color: var(--primary-color); }
|
|
||||||
|
|
||||||
.center { text-align: center; }
|
.center { text-align: center; }
|
||||||
|
|
||||||
@ -165,4 +164,5 @@ footer {
|
|||||||
nav {
|
nav {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center; }
|
text-align: center; }
|
||||||
|
|
||||||
input[type="text"] { width: 100%; } }
|
input[type="text"] { width: 100%; } }
|
Loading…
Reference in New Issue
Block a user