Polishing section bottom padding for responsive
This commit is contained in:
@ -87,7 +87,7 @@ main {
|
||||
@include responsive( $bp_medium ){
|
||||
|
||||
.content-wrapper {
|
||||
padding: 20px 10px 40px;
|
||||
padding: 20px 10px 60px;
|
||||
}
|
||||
|
||||
section.list-wrapper {
|
||||
|
||||
@ -304,9 +304,14 @@ input[type="submit"] {
|
||||
width: auto;
|
||||
|
||||
.text {
|
||||
padding: 0;
|
||||
padding: 0 0 0 20px;
|
||||
}
|
||||
}
|
||||
|
||||
&.checkbox {
|
||||
.input {
|
||||
padding: 0 0 0 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user