diff --git a/app/styles/layout/_footer.scss b/app/styles/layout/_footer.scss index 27b3c7168..00653a2be 100644 --- a/app/styles/layout/_footer.scss +++ b/app/styles/layout/_footer.scss @@ -2,6 +2,7 @@ padding: 2em 0 1em 0; h4 { margin: 7px 0; + white-space: nowrap; } } @@ -15,11 +16,16 @@ > li { float: left; margin-bottom: 1em; + padding-left: 8%; width: 25%; @include media($md-screen) { + padding-left: 12%; width: 50%; } + @include media($xs-screen) { + padding-left: 7%; + } } }