Fix spacing in search form shortcode

Yes, I used !important, sue me!
This commit is contained in:
Tetrakern 2023-03-11 22:59:43 +01:00
parent ebcf3f3aa2
commit 105d61b11d
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -124,7 +124,7 @@
justify-content: space-between;
gap: 8px;
font-size: 15px; // Fix like the inputs
margin-bottom: .675rem;
margin-bottom: .675rem !important; // Override content-section styles
&:not(:first-child) {
margin-top: 1rem;