diff options
| author | eMerzh <brice@bmaron.net> | 2020-04-08 14:00:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-08 14:00:24 +0200 |
| commit | 03251c090e64082acfe301e844610f64c8f8fdef (patch) | |
| tree | 8e642b7c10fdcbd0f5a4a18f5648b6f8b6e32922 /ihatemoney/static/css/main.css | |
| parent | 4b79efe18a9952268d65b98813e3929a8179ed2c (diff) | |
| download | ihatemoney-mirror-03251c090e64082acfe301e844610f64c8f8fdef.zip ihatemoney-mirror-03251c090e64082acfe301e844610f64c8f8fdef.tar.gz ihatemoney-mirror-03251c090e64082acfe301e844610f64c8f8fdef.tar.bz2 | |
merge settings and import to avoid clutter (#550)
Diffstat (limited to 'ihatemoney/static/css/main.css')
| -rw-r--r-- | ihatemoney/static/css/main.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 32c267e..fe8eec2 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -185,7 +185,7 @@ footer { padding: 45px 50px; } -@media (min-width: 768px) { +@media (min-width: 1024px) { footer { padding-left: calc(25% + 50px); } @@ -523,3 +523,13 @@ footer .icon svg { text-align: right; width: 200px; } + +/* edit settings */ + +.edit-project form { + margin-top: 1em; + margin-bottom: 3em; +} +.edit-project .custom-file { + margin-bottom: 2em; +} |
