diff --git a/views/reserve.erb b/views/reserve.erb
index 026c4e3ebf1316176330d8ef1b86be67ae0c5a81..83e9db7f424b73be276a8205ff005c50b6f451a1 100644
--- a/views/reserve.erb
+++ b/views/reserve.erb
@@ -25,10 +25,10 @@ EIGHT_PM_MINUTES = 1200 # end time of calendar
     # hack since ipad not playing nice with dcf-grid
     if kiosk_mode
         section_class = 'dcf-width-100%'
-        first_div_class = 'dcf-d-inline-block dcf-pr-6'
-        first_div_style = 'width: 67%'
-        second_div_class = 'dcf-d-inline-block dcf-pr-6'
-        second_div_style = 'width: 33%'
+        first_div_class = 'dcf-d-inline-block dcf-pr-4'
+        first_div_style = 'width: 67%; vertical-align: top;'
+        second_div_class = 'dcf-d-inline-block'
+        second_div_style = 'width: 33%; vertical-align: top;'
     else
         section_class = 'dcf-grid dcf-col-gap-vw dcf-row-gap-4'
         first_div_class = 'dcf-col-100% dcf-col-67%-start@sm'