From 126f2cb803cf56bee344484cc9ca9466ade3a4a8 Mon Sep 17 00:00:00 2001 From: Asteroidus Date: Sat, 12 Oct 2024 19:46:44 +0200 Subject: [PATCH] Fix card viewport & style --- styles/header.css | 1 - styles/team.css | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/styles/header.css b/styles/header.css index b744798..4216f3d 100644 --- a/styles/header.css +++ b/styles/header.css @@ -89,7 +89,6 @@ -webkit-user-select: none; } - .header-link.is-hamburger-active { font-size: 28px; } diff --git a/styles/team.css b/styles/team.css index 903e6cf..b1b03ff 100644 --- a/styles/team.css +++ b/styles/team.css @@ -9,7 +9,7 @@ align-items: center; flex-direction: column; height: 600px; - width: 25vw; + width: 350px; color: var(--primary-color); background-color: var(--secondary-color); } @@ -29,19 +29,20 @@ position: absolute; left: 50%; width: 220px;transform: translateX(-50%); + box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3); text-align: center; color: var(--secondary-color); background-color: var(--primary-color); } .member-description { - margin: 50px 20px 20px 20px; + margin: 50px 30px 20px 30px; font-size: 20px; height: 210px; } .member-button { - width: calc(100% - 40px); + width: calc(100% - 60px); border-radius: 40px; height: 60px; font-size: 30px;