diff options
| author | Pitu <[email protected]> | 2017-01-18 02:40:14 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-18 02:40:14 -0300 |
| commit | 84ff2241ba81fc6a1a2201074d30f971dad8a0de (patch) | |
| tree | 8ec712f118fc7e553f170640e3c86760bbd2a2ec /public/css | |
| parent | Better static routes (diff) | |
| download | host.fuwn.me-84ff2241ba81fc6a1a2201074d30f971dad8a0de.tar.xz host.fuwn.me-84ff2241ba81fc6a1a2201074d30f971dad8a0de.zip | |
Shit ton of things on this update
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css index 44f46bf..5204460 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -52,6 +52,7 @@ section#home img.logo { height: 200px; margin-top: 20px; } section#home .dz-preview .dz-details { display: flex; } section#home .dz-preview .dz-details .dz-size, section#home .dz-preview .dz-details .dz-filename { flex: 1; } section#home .dz-preview img, section#home .dz-preview .dz-success-mark, section#home .dz-preview .dz-error-mark { display: none; } +section#home div#uploads { margin-bottom: 25px; } @keyframes floatUp { 0% { |