mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
spacing fixes
This commit is contained in:
parent
84d5805b36
commit
04ccb95c29
@ -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);
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user