diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2024-10-05 17:27:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-05 17:27:40 +0100 |
| commit | 2febffe5e3036c4b35dff4a8b274f42a7f8fef42 (patch) | |
| tree | 7287800600f340871620631b8431cef37fc58891 /scss/modules/_skip-to-content.scss | |
| parent | 285023b7c6bac87e049df0d8040ecd8f4a16ae78 (diff) | |
| parent | fdf28cb097596159a002326823f374a64e95c23c (diff) | |
Merge pull request #103 from joeacarstairs/staging
Update prod
Diffstat (limited to 'scss/modules/_skip-to-content.scss')
| -rw-r--r-- | scss/modules/_skip-to-content.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scss/modules/_skip-to-content.scss b/scss/modules/_skip-to-content.scss index 0a5f365..e407190 100644 --- a/scss/modules/_skip-to-content.scss +++ b/scss/modules/_skip-to-content.scss @@ -3,7 +3,9 @@ left: var(--grid-padding); top: -10rem; opacity: 0; - transition: top 300ms, opacity 300ms; + transition: + top 300ms, + opacity 300ms; } .skip-to-content:is(:focus, :focus-visible, :focus-within) { |
