frontend/css/layout/_content.scss in trestle-0.9.4 vs frontend/css/layout/_content.scss in trestle-0.9.5

- old
+ new

@@ -103,12 +103,11 @@ max-width: $content-sidebar-width; } .utilities { display: flex; - justify-content: space-between; - + justify-content: flex-start; margin-bottom: 10px; } .error-iframe { border: 0; @@ -142,9 +141,13 @@ } .main-content, .main-content-sidebar { padding: 15px; + } + + .utilities { + margin-bottom: 10px; } .main-content-header, .main-content-footer { flex-direction: column;