mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
spacing fixes
This commit is contained in:
parent
84d5805b36
commit
04ccb95c29
@ -12,7 +12,7 @@
|
||||
padding-bottom: ($spacer * 4);
|
||||
}
|
||||
|
||||
p:first-child {
|
||||
> p:first-child {
|
||||
@extend .lead;
|
||||
margin-bottom: ($spacer * 2);
|
||||
}
|
||||
|
@ -101,6 +101,12 @@
|
||||
position: relative;
|
||||
// make room for floating labels
|
||||
margin-top: $spacer;
|
||||
|
||||
&:last-of-type {
|
||||
.btn {
|
||||
margin-top: $spacer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user