diff --git a/assets/css/common/_layout.scss b/assets/css/common/_layout.scss index fe0ec02a..aba57ac7 100644 --- a/assets/css/common/_layout.scss +++ b/assets/css/common/_layout.scss @@ -148,9 +148,11 @@ nav { display: flex; flex-direction: row; } + .footercol { flex: 1 0 auto; width: auto; + h5 { margin: 3px 0; } @@ -192,6 +194,18 @@ nav { .flex--maybe-wrap { flex-wrap: wrap !important; } + + #footer { + align-items: normal !important; + } + + #footer_content { + flex-direction: column !important; + } + + .footercol { + margin-left: 15px; + } } .flex--maybe-wrap {