This commit is contained in:
Lieu Le
2019-09-13 14:11:27 +07:00
parent c51985986a
commit b641d72fa3
3 changed files with 12 additions and 2 deletions

View File

@@ -1025,6 +1025,9 @@ Use it to make something cool, have fun, and share what you've learned with othe
.opalesate-archive-top .opalestate-sortable .form-control, .opalesate-archive-top .opalestate-sortable .select2-selection--single {
padding-top: 8px; }
.opalestate-results .contact-share-form-container {
padding: 30px; }
.opalesate-archive-bottom {
position: relative; }

View File

@@ -70,6 +70,11 @@
}
}
}
.opalestate-results {
.contact-share-form-container {
padding: $grid-gutter-width;
}
}
.opalesate-archive-bottom {
position: relative;
}