chore: stuff xD
Anirudh icyph0x@pm.me
Thu, 05 Jul 2018 21:17:55 +0530
3 files changed,
39 insertions(+),
25 deletions(-)
M
build/index.html
→
build/index.html
@@ -2,7 +2,7 @@ <!DOCTYPE html>
<html lang=en> <link rel="stylesheet" href="/static/style.css" type="text/css"> <meta content="Anirudh Oppiliappan" name=description> -<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"> +<meta name="viewport" content="initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="true">
M
build/static/style.css
→
build/static/style.css
@@ -19,40 +19,54 @@ font-family: 'secular';
src: url('/static/fonts/SecularOne-Regular.ttf'); } -@media screen and (max-width: 1200px) { - html { - font-size: 100%; - } -} - -@media screen and (max-width: 768px) { - html { - font-size: 300%; - } -} - html { color: #333; } -h1 { +@media screen and (min-width: 200px) and (max-width: 1000px) { + h1 { font-family: 'secular', sans-serif; - font-size: 5vw; + font-size: 50px; line-height: 0.3; + text-align: center; } -em { - font-family: 'operator', italic; - font-size: 1.5vw; - line-height: 0.6; + em { + font-family: 'operator', italic; + font-size: 22px; + line-height: 0.6; + } + + a { + font-family: 'operator', monospace; + font-size: 18px; + color: #444; + line-height: 2; + } } -a { - font-family: 'operator', monospace; - font-size: 1vw; - color: #444; - line-height: 2; +@media screen and (min-width: 1100px) { + h1 { + font-family: 'secular', sans-serif; + font-size: 100px; + line-height: 0.3; + text-align: center; + } + + em { + font-family: 'operator', italic; + font-size: 30px; + line-height: 0.6; + } + + a { + font-family: 'operator', monospace; + font-size: 22px; + color: #444; + line-height: 2; + } } + .centered { text-align: center;
M
templates/index.html
→
templates/index.html
@@ -2,7 +2,7 @@ <!DOCTYPE html>
<html lang=en> <link rel="stylesheet" href="/static/style.css" type="text/css"> <meta content="Anirudh Oppiliappan" name=description> -<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"> +<meta name="viewport" content="initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="true">