diff --git a/themes/grav-theme-howto/css/style.css b/themes/grav-theme-howto/css/style.css index bb0b099e..38734869 100644 --- a/themes/grav-theme-howto/css/style.css +++ b/themes/grav-theme-howto/css/style.css @@ -76,6 +76,10 @@ a:hover { /* Simple search plugin */ +.search-row { + width: 80%; +} + .simplesearch { padding: 20px; }