mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 17:50:07 +01:00
spacing tweaks
This commit is contained in:
parent
f91d448675
commit
8d6000e0fd
@ -37,7 +37,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background: $brand-main-blue-dark;
|
background: $brand-main-blue-dark;
|
||||||
padding: $spacer * 1.5 $spacer * 2;
|
padding: $spacer * 2;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
|
|
||||||
@ -50,6 +50,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p:last-child,
|
||||||
|
.guide__title:only-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.guide__title,
|
.guide__title,
|
||||||
|
Loading…
Reference in New Issue
Block a user