From a46564f36dacfaf72d94b0823db7aee015a15100 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 18:35:06 +0100 Subject: [PATCH] Style Pageheader Grid --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index 9effa9f..416205c 100644 --- a/css/style.css +++ b/css/style.css @@ -14,11 +14,17 @@ body { margin-bottom: 10px; display: grid; grid-template-columns: 3fr 1fr; + align-items: center; } .title { font-size: 2em; vertical-align: center; + just +} + +.search { + justify-self: end; } .images {