7bd3ac647006ba5f0c446fedeb1ebdc598182e65
[website] / src / main / webapp / less / tablet.less
1 @media screen and (min-width: @minscreen) and (max-width: @maxtablet)
2 {
3   @import 'tablet/layout.less';
4   @import 'tablet/footer.less';
5 }