diff options
| -rw-r--r-- | public/assets/ok.css | 34 |
1 files 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; |
