From 73d9e77d425bbbaf07d4b733bc9d7705c7e6bfcc Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Wed, 10 Apr 2024 03:30:37 +0700 Subject: [PATCH] initial team member page redesign --- style.css | 26 ++++++++++++---- team.html | 89 +++++++++++++++++++++++++++++++++---------------------- 2 files changed, 73 insertions(+), 42 deletions(-) diff --git a/style.css b/style.css index 5aab287..124176b 100644 --- a/style.css +++ b/style.css @@ -27,11 +27,6 @@ html * flex-direction: column; } -.middle { - grid-area: middle; - width: 30cm; -} - .middle-large { grid-area: middle; width: 80vw; @@ -41,7 +36,7 @@ html * .description { font-size: 10pt; margin-top: -0.3cm; - opacity: 0.5; + opacity: 0.7; } .row { @@ -49,6 +44,16 @@ html * justify-content: space-between; } +.itemcard-placeholder { + display: grid; + border-radius: 12px; + text-decoration: none; + margin-bottom: 0.5cm; + min-height: 3cm; + min-width: 6cm; + width: 32.5% +} + @media (prefers-color-scheme: light) { body { @@ -122,6 +127,15 @@ html * min-width: 6cm; width: 32.5% } + .itemcard-stealth { + display: grid; + border-radius: 12px; + text-decoration: none; + margin-bottom: 0.5cm; + min-height: 3cm; + min-width: 6cm; + width: 32.5% + } } @media (prefers-color-scheme: dark) { diff --git a/team.html b/team.html index 33d2eb0..c7299ce 100644 --- a/team.html +++ b/team.html @@ -45,47 +45,64 @@
-