From 03251c090e64082acfe301e844610f64c8f8fdef Mon Sep 17 00:00:00 2001 From: eMerzh Date: Wed, 8 Apr 2020 14:00:24 +0200 Subject: merge settings and import to avoid clutter (#550) --- ihatemoney/static/css/main.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'ihatemoney/static/css') 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; +} -- cgit v1.1