From 96df2d17ae6e0909352a21bb7434c487116734a0 Mon Sep 17 00:00:00 2001 From: Michi Date: Wed, 11 May 2022 17:50:13 +0200 Subject: [PATCH] Update style.css --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/style.css b/style.css index baae387..0a24ed0 100644 --- a/style.css +++ b/style.css @@ -101,6 +101,20 @@ body{ background: var(--theme1); } + #about{ + width: 100%; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-around; + align-items: left; + } + + #about img{ + width: 50%; + height: auto; + } + #footer{ margin: 0; padding: 0;