diff --git a/web/src/components/layout/footer.module.scss b/web/src/components/layout/footer.module.scss index 96fcc18..0477944 100644 --- a/web/src/components/layout/footer.module.scss +++ b/web/src/components/layout/footer.module.scss @@ -142,6 +142,20 @@ } .visit { grid-column: span 1; + + .visitContent { + display: flex; + flex-wrap: wrap; + h2 { + width: 100%; + } + > div { + width: 50%; + min-width: 12rem; + padding-right: 2rem; + } + } + } .social { ul { @@ -155,6 +169,7 @@ flex-wrap: wrap; > div { width: 50%; + min-width: 12rem; padding-right: 2rem; } } diff --git a/web/src/css/base.scss b/web/src/css/base.scss index 54a740f..110f4e5 100644 --- a/web/src/css/base.scss +++ b/web/src/css/base.scss @@ -273,6 +273,7 @@ select { width: 100%; max-width: 20em; font-size: inherit; + margin-left: -.1rem; td { width: 50%;