From a4037c1fd338681af8afd49442a93b0151047b2d Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 23 Feb 2022 01:44:06 -0500 Subject: css header --- static/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index bec896b..1ca2cdb 100644 --- a/static/style.css +++ b/static/style.css @@ -40,12 +40,12 @@ button[type="submit"] { } @media (min-width: 800px) { .container { - margin-left: 3em; - margin-right: 3em; + margin-left: 1em; + margin-right: 1em; } .navbar { - margin-top: 3em; + margin-top: 1em; } body { @@ -117,3 +117,8 @@ input[type="text"] { .manage-form { display: inline-block; } + +.sep { + margin-left: 6px; + margin-right: 6px; +} -- cgit v1.2.3