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;