0
1
Fork 0
hedera-web-mindshore/js/htk/style/responsive.scss

17 lines
612 B
SCSS
Raw Normal View History

2022-05-21 21:31:56 +00:00
// Standard
html { font-size: 13px; }
2022-05-21 21:31:56 +00:00
// Smartphone, portrait
@media screen and (min-width:320px) { html { font-size: 13px; } }
2022-11-19 13:00:13 +00:00
// Smartphone, html
@media screen and (min-width:480px) { html { font-size: 13px; } }
// Tablet, portrait
@media screen and (min-width:600px) { html { font-size: 13px; } }
// Tablet, landscape
@media screen and (min-width:801px) { html { font-size: 13px; } }
// Big screen and landscape tablets, laptop and desktop
@media screen and (min-width:1025px) { html { font-size: 14px; } }
// Hi-res laptop and desktop
@media screen and (min-width:1281px) { html { font-size: 14px; } }