summaryrefslogtreecommitdiff
path: root/clams-server/src/main/resources/public/css/home.css
diff options
context:
space:
mode:
authorElias Haugsbakk <[email protected]>2026-07-21 23:43:28 +0200
committerElias Haugsbakk <[email protected]>2026-07-22 00:06:49 +0200
commita56312d0f1e46b0e52667549dbb3437d70ea589f (patch)
tree0ebac4c14b65f73b0e6d6ef6e927143b524199f8 /clams-server/src/main/resources/public/css/home.css
parent97e72ddd07ceff5c42b77fa819da80d34ba7a251 (diff)
swap px with other css units
Diffstat (limited to 'clams-server/src/main/resources/public/css/home.css')
-rw-r--r--clams-server/src/main/resources/public/css/home.css10
1 files changed, 5 insertions, 5 deletions
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;