diff options
author | jikstra <jikstra@disroot.org> | 2021-09-10 13:51:08 +0000 |
---|---|---|
committer | jikstra <jikstra@disroot.org> | 2021-09-10 13:51:08 +0000 |
commit | 71ba52ec5dc84591ead1ac64e584f990b7d66615 (patch) | |
tree | bcd3590de3dfa80d57caba81855d75209f5593e8 /data/style.scss | |
parent | cargo fmt & cargo clippy (diff) | |
download | miniserve-71ba52ec5dc84591ead1ac64e584f990b7d66615.tar.gz miniserve-71ba52ec5dc84591ead1ac64e584f990b7d66615.zip |
Apply requested changes
Diffstat (limited to '')
-rw-r--r-- | data/style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.scss b/data/style.scss index 5a05fe7..8bdd5d7 100644 --- a/data/style.scss +++ b/data/style.scss @@ -53,7 +53,7 @@ body { font-size: 0.7em; color: var(--footer_color); - .downloadWget { + .downloadDirectory { display: flex; flex-direction: row; justify-content: center; |