From c68ee4b47aa685c3e00f58e7561446df652fe8fc Mon Sep 17 00:00:00 2001 From: Evan <38150833+beigebeats@users.noreply.github.com> Date: Thu, 23 Nov 2023 01:32:02 -0800 Subject: Added README --- README.md | 3 +++ styles.css | 4 ++++ styles.scss | 1 + 3 files changed, 8 insertions(+) create mode 100644 README.md 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 diff --git a/styles.css b/styles.css index c755b81..f7cfcb2 100644 --- a/styles.css +++ b/styles.css @@ -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%; -- cgit v1.2.3