Sha256: 8879b56f91c47bd1542b15961c414bc93f3d839a9c05930125c0c0129b55b49b
Contents?: true
Size: 520 Bytes
Versions: 3
Compression:
Stored size: 520 Bytes
Contents
@include normalize-version('Base'); // ========================================================================== // Base // ========================================================================== // 1. Sets default font family to sans-serif. // 2. Prevents iOS text size adjust after orientation change, without disabling // user zoom. html { font-family: sans-serif; // 1 -webkit-text-size-adjust: 100%; // 2 -ms-text-size-adjust: 100%; // 2 } // Removes default margin. body { margin: 0; }
Version data entries
3 entries across 2 versions & 2 rubygems