Skip to content
Snippets Groups Projects
Commit 245aa371 authored by Jeff Sturek's avatar Jeff Sturek
Browse files

CSS Tweak for kiosk

parent 4273b879
Branches
No related tags found
1 merge request!12CSS Tweak for kiosk
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment