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/404.css | |
| parent | 97e72ddd07ceff5c42b77fa819da80d34ba7a251 (diff) | |
swap px with other css units
Diffstat (limited to 'clams-server/src/main/resources/public/css/404.css')
| -rw-r--r-- | clams-server/src/main/resources/public/css/404.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clams-server/src/main/resources/public/css/404.css b/clams-server/src/main/resources/public/css/404.css index 6ddf009..372f9a8 100644 --- a/clams-server/src/main/resources/public/css/404.css +++ b/clams-server/src/main/resources/public/css/404.css @@ -1,14 +1,14 @@ .error-container { text-align: center; - margin-top: 100px; + margin-top: 6.2rem; } .error-code { font-size: 5rem; - margin-bottom: 10px; + margin-bottom: 0.6rem; opacity: 0.3; } .error-home-link { - margin-top: 40px; + margin-top: 2.4rem; } |
