diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-09 18:45:05 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-09 18:45:05 +0100 |
| commit | d11412e4112aa48359108d38935b13dc50bb2101 (patch) | |
| tree | 22f0ccb771ea2a0cd730caee41de9fd180d0203b /public | |
| parent | 22890b90b360eeab8b1e502b2b0ac2584ea4c33c (diff) | |
fix padding
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/css/bucky.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index 4dc0f4f..6b1096b 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -3,17 +3,20 @@ } html { padding-bottom: 300px; - width: 100:; - height: 100%; + min-width: 100%; + min-height: 100%; + margin: 0; + padding: 0; } body { - width: 100%; + min-width: 100%; min-height: 100%; background-color: #e6f0f0; transition: background-color 100ms; color: #111111; font-size: 10px; font-family: Trebuchet MS, Helvetica, Arial, sans-serif; + margin: 0; padding: 20px 30px 200px 30px; transition: opacity 100ms; } |
