fix(aio): ensure that subsections clear floats correctly

This commit is contained in:
Peter Bacon Darwin 2017-05-18 21:31:01 +01:00 committed by Pete Bacon Darwin
parent a42322da0c
commit 2842b0cc3d
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
border-left: 8px solid $blue;
padding: 16px;
margin-bottom: 8px;
display: table;
clear: both;
h3 {
margin: 8px 0 0;