fix row size

This commit is contained in:
meaz 2020-02-15 19:18:01 +01:00
parent 85ce49457f
commit 86e6878d9a
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@ a:hover {
/* Simple search plugin */
.search-row {
width: 80%;
}
.simplesearch {
padding: 20px;
}