Polishing section bottom padding for responsive

This commit is contained in:
James Barnsley
2017-09-14 21:15:56 +12:00
parent 330cc5e049
commit f643b3c05d
3 changed files with 14 additions and 4 deletions

View File

@ -87,7 +87,7 @@ main {
@include responsive( $bp_medium ){
.content-wrapper {
padding: 20px 10px 40px;
padding: 20px 10px 60px;
}
section.list-wrapper {

View File

@ -304,9 +304,14 @@ input[type="submit"] {
width: auto;
.text {
padding: 0;
padding: 0 0 0 20px;
}
}
&.checkbox {
.input {
padding: 0 0 0 20px;
}
}
}
}

View File

@ -113,6 +113,10 @@
}
}
.content-wrapper {
padding-bottom: 60px;
}
.services {
text-align: center;
@ -135,8 +139,9 @@
.field.pusher-connections {
.connection {
.col {
float: none;
width: 100%;
width: auto;
display: inline-block;
padding-right: 10px;
}
}
}