diff options
| author | Evan <38150833+beigebeats@users.noreply.github.com> | 2023-12-22 22:15:08 -0800 |
|---|---|---|
| committer | Evan <38150833+beigebeats@users.noreply.github.com> | 2023-12-22 22:15:08 -0800 |
| commit | 9129f6ff6f160a82da2ef1a02c391330d9184305 (patch) | |
| tree | f9f33ee731f0288aa988164f1a5bf81d767c68bc /styles.css | |
| parent | 16b4b1caec21f043993f41764b7f871a1bc1089a (diff) | |
minor bug fix
Diffstat (limited to 'styles.css')
| -rw-r--r-- | styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -90,7 +90,7 @@ small { display: flex; justify-content: left; opacity: 0; - animation: reveal 1s ease-out forwards; + animation: reveal 0.6s ease-out forwards; } .menu-container .menu-wrapper li:nth-child(1) { animation-delay: 0.15s; @@ -107,7 +107,7 @@ small { .menu-container .menu-wrapper li a { text-decoration: none; font-weight: 500; - font-size: 15vmin; + font-size: 13vmin; color: #27327b; } |
