diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-24 09:19:16 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-24 09:19:16 +0100 |
| commit | a758d4dd0e6932170c325f3b047b1e22a4093260 (patch) | |
| tree | f676ad1d9a9e5184bbaecea352ae38108e0ce38c /public/css/modules/nav.css | |
| parent | fee6dea4f2f7fb7979b120d820ba0f082b9d2ddc (diff) | |
Replaces px units with relative eighth rem units
Diffstat (limited to 'public/css/modules/nav.css')
| -rw-r--r-- | public/css/modules/nav.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/modules/nav.css b/public/css/modules/nav.css index f2e2c45..6af1c77 100644 --- a/public/css/modules/nav.css +++ b/public/css/modules/nav.css @@ -45,7 +45,7 @@ .nav__logo a { text-decoration: none; - border: 2px dotted transparent; + border: var(--relative-eighth-rem) dotted transparent; transition: border-color 100ms; } |
