hedera-web/js/htk/style/responsive.scss

20 lines
580 B
SCSS
Raw Normal View History

2022-05-21 21:31:56 +00:00
/* Responsive */
/* Standard */
2022-11-11 15:17:20 +00:00
body { font-size: 14px; }
2022-05-21 21:31:56 +00:00
2022-11-15 21:26:48 +00:00
/* smartphone, portrait */
@media (min-width:320px) { body { font-size: 13px; } }
/* smartphone, landscape */
@media (min-width:480px) { body { font-size: 13px; } }
/* tablet, portrait */
@media (min-width:600px) { body { font-size: 13px; } }
/* tablet, landscape */
@media (min-width:801px) { body { font-size: 13px; } }
/* big landscape tablets, laptop and desktop */
@media (min-width:1025px) { body { font-size: 14px; } }
/* hi-res laptop and desktop */
@media (min-width:1281px) { body { font-size: 14px; } }