From 389f6443e5cee43075406c5dfe1ab3c112cf7209 Mon Sep 17 00:00:00 2001 From: “Ryder <“r@okfoc.us”> Date: Mon, 11 Apr 2016 19:43:50 -0400 Subject: audio --- public/assets/ok.css | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) (limited to 'public/assets/ok.css') diff --git a/public/assets/ok.css b/public/assets/ok.css index 14a8cd6..63e53d6 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -20,7 +20,12 @@ html { ::-moz-selection { color: blue; } - +audio { + position:fixed; + top:-800000px; + left:-90000px; + opacity:0; +} a, a:visited { color: blue; @@ -115,9 +120,9 @@ h3 { .intro div.text { width: 50%; -webkit-column-count: 2; - -webkit-column-gap: 5px; - -moz-column-gap: 5px; - column-gap: 5px; + -webkit-column-gap: 10px; + -moz-column-gap: 10px; + column-gap: 10px; font-size: 12px; } @@ -713,7 +718,7 @@ nav { .projectLink { display: block; - + margin-top:3px; } ul li { @@ -749,18 +754,24 @@ ul li { .projectLink { margin-top: 3px; } + .intro div.text, h3 { + font-size:14px; + line-height: 20px; + } + } -/* - @media (min-width: 1400px) { - .texts { - font-size: 14px; - line-height: 16px; - } + + @media (min-width: 1500px) { + .intro div.text, h3 { + font-size:16px; + line-height: 24px; + } } + /* @media (min-width: 1600px) { .texts { font-size: 15px; -- cgit v1.2.3-70-g09d2