Theme: Add gap between page-header-controls forms.

Fixes #175
This commit is contained in:
Ian Dunn 2022-05-03 17:04:50 -07:00
parent 71857b42eb
commit 94d979f8a4
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
2 changed files with 435 additions and 52 deletions

View file

@ -35,6 +35,7 @@ body.search.search-results {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
margin-top: ms(2);
border-top: 1px solid $color-gray-light-500;
padding-top: ms(2);