diff --git a/ext/home/style.css b/ext/home/style.css index fbf1bcf3..dba7e859 100644 --- a/ext/home/style.css +++ b/ext/home/style.css @@ -6,4 +6,8 @@ div#front-page li {list-style-type: none; margin: 0;} @media (max-width: 800px) { div#front-page h1 {font-size: 3em; margin-top: 0.5em; margin-bottom: 0.5em;} #counter {display: none;} -} \ No newline at end of file +} + +div#front-page > #search > form { margin: 0 auto; } +div#front-page > #search > form > ul { width: 225px; vertical-align: middle; display: inline-block; } +div#front-page > #search > form > input[type=submit]{ padding: 4px 6px; }