# HG changeset patch # User Dennis Fink # Date 2022-05-11 11:37:47 # Node ID eac8ab19899c2e897ec9303bd99f6ff9be71e09a # Parent 2bb3e5d66aab6bb83d8c0bdc4e98f2bb5bc3ccfa Use flex for the menu 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; +} diff --git a/c3l_membership/templates/index.html b/c3l_membership/templates/index.html --- a/c3l_membership/templates/index.html +++ b/c3l_membership/templates/index.html @@ -14,21 +14,19 @@
-