From a56312d0f1e46b0e52667549dbb3437d70ea589f Mon Sep 17 00:00:00 2001 From: Elias Haugsbakk Date: Tue, 21 Jul 2026 23:43:28 +0200 Subject: swap px with other css units --- clams-server/src/main/resources/public/css/home.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'clams-server/src/main/resources/public/css/home.css') diff --git a/clams-server/src/main/resources/public/css/home.css b/clams-server/src/main/resources/public/css/home.css index 268e371..0106703 100644 --- a/clams-server/src/main/resources/public/css/home.css +++ b/clams-server/src/main/resources/public/css/home.css @@ -1,8 +1,8 @@ .content-grid { display: grid; grid-template-columns: 1fr 1fr; - gap: 60px; - margin-top: 30px; + gap: 3.8rem; + margin-top: 1.8rem; } .left-column { text-align: right; } @@ -14,15 +14,15 @@ .profile-img { border: 3px solid var(--text-color); border-radius: 20px; - width: 200px; + width: 12.4rem; display: block; margin-left: auto; - margin-bottom: 20px; + margin-bottom: 1.2rem; } .description { display: block; - font-size: 0.9rem; + font-size: var(--font-size-small); opacity: 0.8; white-space: normal; overflow: visible; -- cgit v1.2.3