remove !important from custom-search-banner h1 as it's not needed (#2)

This commit is contained in:
Scott 2022-03-24 01:18:33 +00:00 committed by GitHub
parent d257893189
commit 91996126dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
max-width: unset;
color: var(--secondary);
h1 {
font-size: 4em !important;
font-size: 4em;
}
p {
font-size: 1.25em !important;