diff --git a/themes/grav-theme-howto/css/media-queries.css b/themes/grav-theme-howto/css/media-queries.css index 38ff29f7..07b4f640 100644 --- a/themes/grav-theme-howto/css/media-queries.css +++ b/themes/grav-theme-howto/css/media-queries.css @@ -55,6 +55,13 @@ /* Simple search plugin ------------------------------------*/ + +.simplesearch { + width: 90%; + margin: 0 auto; + padding: 20px; +} + .search-item { margin-left: 10px; margin-bottom: 10px; diff --git a/themes/grav-theme-howto/css/style.css b/themes/grav-theme-howto/css/style.css index 620ac08e..33a47a50 100644 --- a/themes/grav-theme-howto/css/style.css +++ b/themes/grav-theme-howto/css/style.css @@ -76,12 +76,13 @@ a:hover { /* Simple search plugin */ -.search-row { - width: 80%; +.search-wrapper form { } .simplesearch { -padding: 20px; + width: 60%; + margin: 0 auto; + padding: 20px; } .search-title h3 {