diff --git a/interface/static/interface/css/polyphonic.css b/interface/static/interface/css/polyphonic.css index b3b8066..36951f3 100644 --- a/interface/static/interface/css/polyphonic.css +++ b/interface/static/interface/css/polyphonic.css @@ -28,7 +28,11 @@ BODY { background-position: center top; background-size: 100%; background-repeat: no-repeat; + margin: 0px; + height: 100%; display: flex; + align-items: flex-start; + justify-content: center; } .main { @@ -39,7 +43,6 @@ BODY { font-family: 'Quicksand', Arial, Helvetica, sans-serif; font-size: 14pt; background-color: white; - align-items: center; } .content { @@ -68,9 +71,6 @@ BODY { .smhide { display: none; } - UL.nav-buttons { - flex-direction: column; - } .collapse { flex-direction: column; } diff --git a/interface/templates/base.html b/interface/templates/base.html index bff9eb0..ff83269 100644 --- a/interface/templates/base.html +++ b/interface/templates/base.html @@ -21,17 +21,17 @@