diff options
| author | Evan <38150833+beigebeats@users.noreply.github.com> | 2023-12-22 22:16:53 -0800 |
|---|---|---|
| committer | Evan <38150833+beigebeats@users.noreply.github.com> | 2023-12-22 22:16:53 -0800 |
| commit | 1264fdefab002ad5b9cf874eabad5104b84785c8 (patch) | |
| tree | 11916aaf13d47eb221ca13f51a07555409458c12 | |
| parent | 9129f6ff6f160a82da2ef1a02c391330d9184305 (diff) | |
updated text size
| -rw-r--r-- | styles.css | 2 | ||||
| -rw-r--r-- | styles.scss | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -107,7 +107,7 @@ small { .menu-container .menu-wrapper li a { text-decoration: none; font-weight: 500; - font-size: 13vmin; + font-size: 15vmin; color: #27327b; } diff --git a/styles.scss b/styles.scss index 4821665..580a5bd 100644 --- a/styles.scss +++ b/styles.scss @@ -115,7 +115,7 @@ small {font-size: 0.750rem; /* 12px */} a { text-decoration: none; font-weight: 500; - font-size: 13vmin; + font-size: 15vmin; color: $foreground-color; } } |
