From 6e6e9cb1bcafc86af05e797b35291599af3fd6c3 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sat, 2 May 2026 17:40:52 +0200 Subject: [PATCH 1/2] Bug fix: Use

instead of

for the slogan --- src/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 57df642..ded9af2 100644 --- a/src/index.html +++ b/src/index.html @@ -24,9 +24,9 @@ limitations under the License.

Seekra

-
+

Built to search. -

+

From 14d219ce8ae7845cba8fcb7c1a6c43c1975c671d Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sat, 2 May 2026 19:18:40 +0200 Subject: [PATCH 2/2] Format CSS --- src/assets/style/main.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/assets/style/main.css b/src/assets/style/main.css index 47d7a26..bd156f4 100644 --- a/src/assets/style/main.css +++ b/src/assets/style/main.css @@ -1,25 +1,30 @@ -body{ +body { margin: 0; } -header{ +header { text-align: center; } -header h1{ + +header h1 { margin-bottom: 0; } -form{ + +form { display: flex; justify-content: center; margin-top: 20px; width: 100%; } + form button{ margin-left: 10px; } + form input{ width: 80%; } + footer{ text-align: center; margin-top: 20px;