Footer responsiveness
Tom Rutgers
committed Aug 30, 2018
commit 1de7da38ce0bb31f12d65bca9f020346a411f1ce
Showing 1
changed file with
13 additions
and 2 deletions
source/stylesheets/demo/shared/_footer.scss
+13
-2
| @@ | @@ -86,18 +86,29 @@ footer { |
| @media screen and (max-width: $screen-xs-max) { | |
| footer { | |
| .header-primary { | |
| - | |
| + | .logo a { |
| + | padding-left: 15px |
| + | } |
| .navigation { | |
| display: block; | |
| position: relative; | |
| top: auto; | |
| border-top: 2px solid rgba(255, 255, 255, 0.1) | |
| } | |
| + | ul { |
| + | padding-left: 15px; |
| + | } |
| } | |
| input { | |
| width: 60%; | |
| } | |
| - | button: 40%; |
| + | button { |
| + | width: 40%; |
| + | } |
| + | |
| + | .footer-content { |
| + | padding: 15px 0 30px; |
| + | } |
| .social { | |
| margin-top: 30px; | |