Style Changes

This commit is contained in:
seiichiro 2022-01-10 17:52:31 +01:00
parent 06f35830c3
commit 68853af431

View file

@ -135,6 +135,7 @@ form.f-search button:hover {
/* Clear floats */
form.f-search::after {
content: "";
clear: both;
display: table;
}