diff --git a/startpage/index.php b/startpage/index.php index b1bd300..ba696b8 100644 --- a/startpage/index.php +++ b/startpage/index.php @@ -2,19 +2,13 @@ - New Tab
-
-
- -
-
- -
-
+
+ +
labbity
diff --git a/startpage/styles/styles.css b/startpage/styles/styles.css index 7008846..b2a8226 100644 --- a/startpage/styles/styles.css +++ b/startpage/styles/styles.css @@ -5,26 +5,11 @@ * Distributed under terms of the MIT license. */ -/* Globals */ - -.content { - padding: inherit; -} - -/* Specifics */ - -.search-wrapper { - display: flex; - flex-flow: row wrap; - max-width: 640px; - margin: auto; - padding: 2em 0; - position: relative; -} - .search-form { - flex-grow: 1; - padding: 0 1em; + margin: auto; + max-width: 32em; + padding: 2em; + text-align: center; } .search-input {