From 8ecdf57a334d68417cf8ddfd7ac421f91bac980a Mon Sep 17 00:00:00 2001 From: “Ryder <“r@okfoc.us”> Date: Thu, 7 Apr 2016 19:23:50 -0400 Subject: mobile --- public/assets/ok.css | 34 ++++++++++------------------------ 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/public/assets/ok.css b/public/assets/ok.css index 89584b7..b336ef0 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -699,31 +699,19 @@ nav { content: "PRESS"; } -.five .description { - width: 50%; - -webkit-column-count: 3; - /*text-align: justify;*/ - column-gap: 5px; -} -.press .five .description { - width: calc(40% - 8px); - -webkit-column-count: 2; +.press .five span:last-child{ + display:none; } .projectLink { - display: block; - margin-top: 11px; + display:none; } ul li { list-style-type: none; } -.nopress span:nth-child(5) { - width: calc(52% - 8px); -} - .press ul { cursor: default; height: 100% @@ -811,13 +799,7 @@ ul li { .texts { padding: 3px 5px; } - .five span:nth-child(2), - .five span:nth-child(3) { - width: calc(50% - 2.5px); - } - .five span:nth-child(3) { - margin-left: 5px; - } + .five span { width: 100%; border-bottom: 1px solid; @@ -827,11 +809,15 @@ ul li { } .five span.description { width: 100%!important; - font-weight: 400; - -webkit-column-count: 2!important; + font-weight: 500; + line-height: 15px; + -webkit-column-count: 1!important; -webkit-column-gap: 3px; -moz-column-gap: 3px; column-gap: 3px; + border-bottom: 0; + border-top:2px; + text-align: justify; } .headings { display: none; -- cgit v1.2.3-70-g09d2 From 38ce895f6c6c3387021996e93ca1c8b57b2d240d Mon Sep 17 00:00:00 2001 From: “Ryder <“r@okfoc.us”> Date: Thu, 7 Apr 2016 19:27:52 -0400 Subject: ok --- public/assets/ok.css | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/public/assets/ok.css b/public/assets/ok.css index b336ef0..f4aa880 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -699,19 +699,31 @@ nav { content: "PRESS"; } +.five .description { + width: 50%; + -webkit-column-count: 3; + /*text-align: justify;*/ + column-gap: 5px; +} -.press .five span:last-child{ - display:none; +.press .five .description { + width: calc(40% - 8px); + -webkit-column-count: 2; } .projectLink { - display:none; + display: block; + margin-top: 11px; } ul li { list-style-type: none; } +.nopress span:nth-child(5) { + width: calc(52% - 8px); +} + .press ul { cursor: default; height: 100% @@ -800,6 +812,7 @@ ul li { padding: 3px 5px; } + .five span { width: 100%; border-bottom: 1px solid; @@ -819,6 +832,9 @@ ul li { border-top:2px; text-align: justify; } + .projectLink { + display:none; + } .headings { display: none; } -- cgit v1.2.3-70-g09d2