diff options
| author | Evan <38150833+beigebeats@users.noreply.github.com> | 2023-11-23 01:32:57 -0800 |
|---|---|---|
| committer | Evan <38150833+beigebeats@users.noreply.github.com> | 2023-11-23 01:32:57 -0800 |
| commit | 94a7e37466f73b9e2dc01d6608aeb49f0ac9e6b5 (patch) | |
| tree | 668d3567b115ac2475358f9cd29126e641381fdd | |
| parent | c68ee4b47aa685c3e00f58e7561446df652fe8fc (diff) | |
nothing burger change
| -rw-r--r-- | styles.css | 4 | ||||
| -rw-r--r-- | styles.scss | 3 |
2 files changed, 1 insertions, 6 deletions
@@ -51,10 +51,6 @@ color: #353535; -webkit-text-stroke: 0px #353535; } -.landing-page .menu-container .menu-wrapper li a .touch-action { - color: #353535; - -webkit-text-stroke: 0px #353535; -} .landing-page .menu-container .menu-wrapper li span { position: absolute; top: 50%; diff --git a/styles.scss b/styles.scss index 5b48d1a..3aea8fe 100644 --- a/styles.scss +++ b/styles.scss @@ -69,8 +69,7 @@ $sans-serif-font: 'Helvetica'; -webkit-text-stroke: 0px $primary-color; } } - - + span { position: absolute; top: 50%; |
