Even out spacing on templates page

…when search box is present
This commit is contained in:
Chris Hill-Scott
2018-04-05 14:55:02 +01:00
parent fc846cf4a2
commit fccd4367e4

View File

@@ -13,4 +13,8 @@ input[type=search] {
display: block;
}
.form-group {
margin-bottom: $gutter * 2 / 3;
}
}