remove unused css construction

This commit is contained in:
ghost 2023-05-11 08:00:46 +03:00
parent 9ad03c8153
commit ced7d7c9d6

View File

@ -193,14 +193,6 @@ if (filter_var($q, FILTER_VALIDATE_URL) && preg_match(CRAWL_URL_REGEXP, $q)) {
color: #fff; color: #fff;
} }
h3 {
display: block;
font-size: 16px;
font-weight: normal;
margin: 12px 0;
color: #fff;
}
form { form {
display: block; display: block;
max-width: 678px; max-width: 678px;