﻿/* TINY DEVICES */
@media only screen and (max-width: 280px) {
    html {
        font-size: 12px;
    }
}