From 1cdc86e565e9289df0189acd077dfff039c98dcc Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 18:06:10 +0100 Subject: [PATCH] Grid Layout --- css/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index a83c809..000f435 100644 --- a/css/style.css +++ b/css/style.css @@ -12,6 +12,8 @@ body { background-color: #404040; color: #c0c0c0; margin-bottom: 10px; + display: grid; + grid-template-columns: 3fr 1fr; } .title { @@ -108,10 +110,6 @@ body { color: #ffffff; } -form.f-search { - width: 25%; -} - /* Style the search field */ form.f-search input[type=text] { padding: 10px;