diff options
| author | Elias Haugsbakk <[email protected]> | 2026-07-21 23:43:28 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-07-22 00:06:49 +0200 |
| commit | a56312d0f1e46b0e52667549dbb3437d70ea589f (patch) | |
| tree | 0ebac4c14b65f73b0e6d6ef6e927143b524199f8 /clams-server/src/main/resources/public/css/projects.css | |
| parent | 97e72ddd07ceff5c42b77fa819da80d34ba7a251 (diff) | |
swap px with other css units
Diffstat (limited to 'clams-server/src/main/resources/public/css/projects.css')
| -rw-r--r-- | clams-server/src/main/resources/public/css/projects.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/clams-server/src/main/resources/public/css/projects.css b/clams-server/src/main/resources/public/css/projects.css index d29f116..f56955b 100644 --- a/clams-server/src/main/resources/public/css/projects.css +++ b/clams-server/src/main/resources/public/css/projects.css @@ -1,5 +1,5 @@ .projects-category { - margin-bottom: 60px; + margin-bottom: 3.8rem; } .project-list { @@ -12,8 +12,8 @@ display: flex; align-items: flex-start; justify-content: space-between; - gap: 20px; - padding: 20px 0; + gap: 1.2rem; + padding: 1.2rem 0; border-bottom: 1px solid var(--border-color); } @@ -22,7 +22,7 @@ } .project-item h3 { - margin: 0 0 8px 0; + margin: 0 0 0.4rem 0; font-size: 1.2rem; } @@ -37,7 +37,7 @@ .project-actions { display: flex; flex-wrap: wrap; - gap: 10px; + gap: 0.6rem; justify-content: flex-end; flex-shrink: 0; } @@ -46,7 +46,7 @@ font-size: 0.85rem; text-decoration: none; border: 1px solid var(--border-color); - padding: 4px 10px; + padding: 0.2rem 0.6rem; border-radius: 4px; background: #e8e8e4; } |
