diff options
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; } |
