diff --git a/web/assets/css/main.css b/web/assets/css/main.css index af71550..9c22e33 100644 --- a/web/assets/css/main.css +++ b/web/assets/css/main.css @@ -64,6 +64,20 @@ h2 { small { font-size: .8rem; } +progress { + background-color: var(--primary-color); + border: none; + color: var(--primary-color); + height: 1.1rem; + width: 30%; +} + +progress::-moz-progress-bar { + background-color: var(--secondary-color); +} + +.center { text-align: center; } + html { margin-left: calc(100vw - 100%); } body { @@ -109,10 +123,8 @@ nav h1 { section { margin-top: 1rem; } -section#used-space, -section#upload, -section#rules { - text-align: center; +#used-space div span { + margin: 0 .2rem; } footer {