Add some bottom margin to the inspect details

This commit is contained in:
Basti 2018-01-06 15:21:05 +00:00
parent c46f363316
commit 39789d365b

View File

@ -87,6 +87,7 @@
width: 100%;
display: grid;
grid-template-columns: 1.618fr 3rem 1fr;
margin-bottom: 3rem;
section {
border-top: 1px solid $light-grey-2;