From 16b4b1caec21f043993f41764b7f871a1bc1089a Mon Sep 17 00:00:00 2001 From: Evan <38150833+beigebeats@users.noreply.github.com> Date: Fri, 22 Dec 2023 22:06:04 -0800 Subject: tips is now main display --- index.html | 23 +++++++++++++---------- old_landing.html | 19 +++++++++++++++++++ styles.scss | 8 ++++---- 3 files changed, 36 insertions(+), 14 deletions(-) create mode 100644 old_landing.html diff --git a/index.html b/index.html index 7ee498a..516a32c 100644 --- a/index.html +++ b/index.html @@ -3,17 +3,20 @@ - QR Code Menu - + Leave a Tip + - +
+ +
+ + diff --git a/old_landing.html b/old_landing.html new file mode 100644 index 0000000..92e5fa0 --- /dev/null +++ b/old_landing.html @@ -0,0 +1,19 @@ + + + + + + QR Code Menu + + + + + + diff --git a/styles.scss b/styles.scss index 1ee9988..c41f4b2 100644 --- a/styles.scss +++ b/styles.scss @@ -113,10 +113,10 @@ small {font-size: 0.750rem; /* 12px */} } a { - text-decoration: none; - font-weight: 500; - font-size: 15vmin; - color: $foreground-color; // Assuming you want to use your color variable + text-decoration: none; + font-weight: 500; + font-size: 13vmin; + color: $foreground-color; } } } -- cgit v1.2.3