diff --git a/c3l_membership/static/style.css b/c3l_membership/static/style.css --- a/c3l_membership/static/style.css +++ b/c3l_membership/static/style.css @@ -51,3 +51,9 @@ legend { h4 { margin-bottom: 0.5em; } + +.menu { + display: flex; + justify-content: space-between; + margin-bottom: 1.5em; +}