diff options
| -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%; |
