diff options
| author | realtradam <[email protected]> | 2024-06-20 16:13:23 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-20 16:13:23 -0400 |
| commit | eada50342a7c9ba21d6d86b1416bf5c10d05e2a2 (patch) | |
| tree | 6828870de85b31b3cb65e1885377dc7c7fca6d06 /src/index.css | |
| parent | 204f862917e9a9014e47a475d6c49cc33d5a6d5e (diff) | |
| download | malcz.com-eada50342a7c9ba21d6d86b1416bf5c10d05e2a2.tar.gz malcz.com-eada50342a7c9ba21d6d86b1416bf5c10d05e2a2.zip | |
change button to pull open sidebar on mobile
Diffstat (limited to 'src/index.css')
| -rw-r--r-- | src/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.css b/src/index.css index 1a84e98..ff3ab22 100644 --- a/src/index.css +++ b/src/index.css @@ -45,7 +45,7 @@ left: -16rem; } - #sidebar { + .sidebar-animation { animation-duration: 0.5s; animation-iteration-count: 1; } |
