From 671cefe70984509ea67aeb77a7ffa8bb840ecc58 Mon Sep 17 00:00:00 2001 From: Fabian Burlaos <146298888+fabianburlaos@users.noreply.github.com> Date: Tue, 11 Jun 2024 07:27:13 -0700 Subject: [PATCH] Update style.css --- assets/css/style.css | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index a618c5e..6a5a57f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -326,18 +326,13 @@ h3{ font-size: 15px; color: #777; } -.about-btn button{ - position: absolute; - right: 20px; - bottom: 20px; - background: var(--first-color); - color: var(--color-white); - border-radius: 30px; -} -.about-btn button:hover{ - background: var(--first-color-hover); +.about-info img { + max-width: 200px; + margin-right: 20px; + border-radius: 50%; } + /* ----- ABOUT / SKILLS BOX ----- */ .skills-box{ margin: 10px; @@ -529,6 +524,9 @@ footer{ margin-top: 10px; } +.row { + margin-bottom: 20px; /* Adjust this value as needed */ +} /* ----- MEDIA QUERY == 1024px / RESPONSIVE ----- */ @media only screen and (max-width: 1024px){ @@ -635,4 +633,4 @@ footer{ .input-field{ width: 100%; } -} \ No newline at end of file +}