1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00

spacing fixes

This commit is contained in:
Matthias Kretschmann 2016-02-11 15:51:51 +01:00
parent 84d5805b36
commit 04ccb95c29
2 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,7 @@
padding-bottom: ($spacer * 4); padding-bottom: ($spacer * 4);
} }
p:first-child { > p:first-child {
@extend .lead; @extend .lead;
margin-bottom: ($spacer * 2); margin-bottom: ($spacer * 2);
} }

View File

@ -101,6 +101,12 @@
position: relative; position: relative;
// make room for floating labels // make room for floating labels
margin-top: $spacer; margin-top: $spacer;
&:last-of-type {
.btn {
margin-top: $spacer;
}
}
} }