/* LESS Document */ @import "elements.less"; @import "config.less"; @media only screen and (max-width: 650px){ } @media only screen and (max-width: 540px){ } @media only screen and (max-width: 480px){ body .popbg .won_prompt .winnerprizebox{ width:auto; } } @media only screen and (max-width: 427px){ } @media only screen and (max-width: 412px){ body{ .popbg{ .won_prompt{ .winnerprizebox{ .rightbox{ .static_numbers{ display:none; } } .mobilealternative{ display:block; width:100%; float:left; .static_numbers { text-align:center; .gamenumber{ display: inline-block; float: none; } } } } } } } } @media only screen and (max-width: 411px){ } @media only screen and (max-width: 321px){ body{ .winnerpage{ .winnerboxes{ .winnerbox{ .leftbox{ width:112px; } .rightbox { width: calc(~"100% - 112px"); } } } } .popbg{ .won_prompt{ .winnerprizebox{ .rightbox{ .static_numbers{ display:none; } p{ font-size: .8em; } } } } .pastentries_prompt{ .code{ width:100%; } .code::before{ display:none !important; } } } } }