diff options
| author | Evan <38150833+beigebeats@users.noreply.github.com> | 2023-11-23 01:32:02 -0800 |
|---|---|---|
| committer | Evan <38150833+beigebeats@users.noreply.github.com> | 2023-11-23 01:32:02 -0800 |
| commit | c68ee4b47aa685c3e00f58e7561446df652fe8fc (patch) | |
| tree | 877ab3bfb65c221e35807dde342526b43557d9eb | |
| parent | 5e2f6a07ab969ef7a498b8c7c77c544e51428620 (diff) | |
Added README
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | styles.css | 4 | ||||
| -rw-r--r-- | styles.scss | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5bf23c8 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# QR Menu + +This repository is for the simple web pages that are accessd when someone scans a qr code to access my website. Because this is closer to a business card than a portfolio, I've distinguished this as it's own self contained project that provides quick access to any of the functions that a user may want to do immediatley after meeting me. Leaving a tip, getting my contact info, and going to the main homepage are amongst the most important and need to be quick and easy to get to.
\ No newline at end of file @@ -51,6 +51,10 @@ 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 510a514..5b48d1a 100644 --- a/styles.scss +++ b/styles.scss @@ -70,6 +70,7 @@ $sans-serif-font: 'Helvetica'; } } + span { position: absolute; top: 50%; |
