From fcc090ce8e7dcfb498ac7b42c232e63a020f2959 Mon Sep 17 00:00:00 2001 From: “Ryder <“r@okfoc.us”> Date: Thu, 14 Apr 2016 14:27:26 -0400 Subject: links in text style --- public/assets/ok.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/ok.css b/public/assets/ok.css index 5595ad4..506334a 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -88,12 +88,12 @@ h3 { font-size: 12px; } -.intro a { +.intro .left a { width: 100%; display: inline-block; } -.intro a:before { +.intro .left a:before { content: "– "; } -- cgit v1.2.3-70-g09d2 From 0b1bbe5067cd0781bd60ce365ca2b09835be2356 Mon Sep 17 00:00:00 2001 From: “Ryder <“r@okfoc.us”> Date: Thu, 14 Apr 2016 14:38:23 -0400 Subject: more media query --- public/assets/ok.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/ok.css b/public/assets/ok.css index 506334a..5a9e4a0 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -816,7 +816,7 @@ ul li { } } -@media (max-height: 880px) { +@media (max-height: 1000px) { .intro div.text, h3, .left a { -- cgit v1.2.3-70-g09d2