From 772440ed85010de2c538db91e09c0a8a665a3dc2 Mon Sep 17 00:00:00 2001 From: Hazel Noack Date: Thu, 3 Jul 2025 10:34:54 +0200 Subject: [PATCH] added phrases --- frontend/assets/style.css | 7 ++++++- frontend/index.html | 16 +++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/frontend/assets/style.css b/frontend/assets/style.css index 245c7b9..9b90e13 100644 --- a/frontend/assets/style.css +++ b/frontend/assets/style.css @@ -6,7 +6,6 @@ body { margin: 0; height: 100vh; - padding: 5em; padding-left: auto; padding-right: auto; background-color: pink; @@ -49,6 +48,12 @@ body { color: black; } +@media (min-height: 700px){ + .search-grid { + margin-top: 0; + } +} + .search-logo img { height: 100%; } diff --git a/frontend/index.html b/frontend/index.html index 69be4fb..474f91a 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -11,13 +11,27 @@