1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-31 08:45:24 +02:00

fix: replace <br /> with padding-top

+ prevent potential error in getFileSize()
This commit is contained in:
Jonas Kuske
2019-05-31 02:37:45 +02:00
parent 3d667c928e
commit 75f9280dab
8 changed files with 6 additions and 9 deletions

View File

@@ -32,6 +32,7 @@ html {
}
body > footer {
padding-top: 2rem;
display: flex;
justify-content: flex-end;
align-items: flex-end;