UNPKG

toloframework

Version:

Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.

12 lines (8 loc) 229 B
/* Adapt font-size to the screen */ html { font-size: 5vmin; } /* Sub-title in the header is useless on small screens. */ body > header { height: 2rem; } body > section { top: 2rem; } body > header > h2 { display: none; }