diff options
| author | “Ryder <“r@okfoc.us”> | 2016-04-07 19:27:52 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-04-07 19:27:52 -0400 |
| commit | 38ce895f6c6c3387021996e93ca1c8b57b2d240d (patch) | |
| tree | abd3b85fc9b397d235a312f7c6e75c7602621222 /public | |
| parent | c84966af9932fc9731a67e8b3b688fc024a50d74 (diff) | |
ok
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/ok.css | 22 |
1 files 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; } |
