Update new portfolio layout

- Move CTA buttons to floating footer
- separated -> bordered
This commit is contained in:
graham-dds
2019-12-17 16:10:21 -05:00
parent a227044ccf
commit b270d0e4b0
2 changed files with 29 additions and 28 deletions

View File

@@ -1,7 +1,8 @@
// Form Grid
.form-row {
margin: ($gap * 4) 0;
&--separated {
&--bordered {
border-bottom: $color-gray-lighter 1px solid;
}