-
Scan to Pay
-
Use your mobile wallet app
-
-
-
-
-
+
+
+
+

+
Scan to Pay
+
Use your mobile wallet app
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
How to Pay:
-
- - Open your mobile wallet app
- - Tap on 'Scan QR Code'
- - Point your camera at this code
- - Confirm the payment details
-
+
+
+
+
How to Pay:
+
+
+ - Open your mobile wallet app
+ - Tap on 'Scan QR Code'
+ - Point your camera at this code
+ - Confirm the payment details
+
+
+
+
-
@@ -178,7 +189,6 @@
background-color: #f8f9fa;
padding: 15px;
border-radius: 8px;
- max-width: 300px;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.payment-instructions ol {
@@ -286,6 +296,17 @@
font-size: 0.95rem;
}
+ @media(min-width: 600px){
+ #second_display_order_items{
+ margin-top: -3rem;
+ }
+ #mmqr_payment{
+ margin-top: -3rem;
+ }
+ }
+
+
+
@media (max-width: 576px) {
.card-header h4 { font-size: 1.1rem; }
diff --git a/app/views/foodcourt/second_display/index.html.erb b/app/views/foodcourt/second_display/index.html.erb
index f4e5af5f..67560f9c 100644
--- a/app/views/foodcourt/second_display/index.html.erb
+++ b/app/views/foodcourt/second_display/index.html.erb
@@ -1,135 +1,143 @@
-
+ /* On smaller screens, decrease text size */
+ @media only screen and (max-width: 300px) {
+ .text {font-size: 11px}
+ }
+
-
-
-
- <%= render 'slider' %>
-
+
+
+
+
+ <%= render 'slider' %>
+
-
- <%= render 'second_display' %>
-
-
-
-
+ slider.dataset.slideIndex = slideIndex;
+ setTimeout(showSlides, 5000, sliderId);
+ }
+
+