all repos — site @ 2845b66289824cfed7337529075ef99a084e4b9c

source for my site, found at icyphox.sh

refactor: font sizes
Anirudh icyph0x@pm.me
Thu, 05 Jul 2018 16:31:43 +0530
commit

2845b66289824cfed7337529075ef99a084e4b9c

parent

5beae93c3fa1ccb7cf7a125fbe8c25dd368dd9cc

2 files changed, 14 insertions(+), 14 deletions(-)

jump to
M build/static/style.cssbuild/static/style.css

@@ -19,11 +19,11 @@ font-family: 'secular';

src: url('/static/fonts/SecularOne-Regular.ttf'); } -@media screen and (max-width: 1200px) { +/*@media screen and (max-width: 1200px) { #primary { width:67%; } #secondary { width:30%; margin-left:3%;} } -/* Tabled Portrait */ + @media screen and (max-width: 768px) { #primary { width:100%; } #secondary { width:100%; margin:0; border:none; }

@@ -31,7 +31,7 @@ }

@media (min-width: 640px) { body {font-size:80%;} } @media (min-width:960px) { body {font-size:100%;} } -@media (min-width:1100px) { body {font-size:120%;} } +@media (min-width:1100px) { body {font-size:120%;} } */ html { color: #333;

@@ -40,18 +40,18 @@ }

h1 { font-family: 'secular', sans-serif; - font-size: 5em; - line-height: 0.2; + font-size: 5.5em; + line-height: 0.3; } em { font-family: 'operator', italic; - font-size: 1.5em; + font-size: 1.6em; } a { font-family: 'operator', monospace; - font-size: 1em; + font-size: 1.2em; color: #444; }
M static/style.cssstatic/style.css

@@ -19,11 +19,11 @@ font-family: 'secular';

src: url('/static/fonts/SecularOne-Regular.ttf'); } -@media screen and (max-width: 1200px) { +/*@media screen and (max-width: 1200px) { #primary { width:67%; } #secondary { width:30%; margin-left:3%;} } -/* Tabled Portrait */ + @media screen and (max-width: 768px) { #primary { width:100%; } #secondary { width:100%; margin:0; border:none; }

@@ -31,7 +31,7 @@ }

@media (min-width: 640px) { body {font-size:80%;} } @media (min-width:960px) { body {font-size:100%;} } -@media (min-width:1100px) { body {font-size:120%;} } +@media (min-width:1100px) { body {font-size:120%;} } */ html { color: #333;

@@ -40,18 +40,18 @@ }

h1 { font-family: 'secular', sans-serif; - font-size: 5em; - line-height: 0.2; + font-size: 5.5em; + line-height: 0.3; } em { font-family: 'operator', italic; - font-size: 1.5em; + font-size: 1.6em; } a { font-family: 'operator', monospace; - font-size: 1em; + font-size: 1.2em; color: #444; }