From 2df20a7c5e1669cba82768bc7ac4d86ed8f1d6ec Mon Sep 17 00:00:00 2001 From: LJ5O <75009579+LJ5O@users.noreply.github.com> Date: Sun, 2 Mar 2025 01:00:20 +0100 Subject: [PATCH] Edited some CSS --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 5ed9754..391bdc9 100644 --- a/style.css +++ b/style.css @@ -73,7 +73,7 @@ h1,h2,h3,h4,h5,p{ .intersection_div{ width: 100vw; - min-height: 150px; + height: 150px; background-color: #D9D9D9; } .intersection_content{ @@ -81,6 +81,8 @@ h1,h2,h3,h4,h5,p{ margin: auto; display: flex; align-items: center; + flex-direction: row; + height: 100%; } .intersection_content h2{ color: #1E1E1E !important;