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/btn.css | |
| parent | fee6dea4f2f7fb7979b120d820ba0f082b9d2ddc (diff) | |
Replaces px units with relative eighth rem units
Diffstat (limited to 'public/css/modules/btn.css')
| -rw-r--r-- | public/css/modules/btn.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/modules/btn.css b/public/css/modules/btn.css index fcfd02e..142463c 100644 --- a/public/css/modules/btn.css +++ b/public/css/modules/btn.css @@ -2,7 +2,7 @@ display: block; box-sizing: border-box; color: var(--text-color); - border: solid 2px var(--text-color); + border: solid var(--relative-eighth-rem) var(--text-color); font-weight: 500; text-align: center; margin-block-start: var(--margin-block-sm); |
