Updated CSS style.
This commit is contained in:
parent
e529bfa353
commit
907bdeffcc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user