summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--styles.css4
-rw-r--r--styles.scss1
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
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%;