diff options
| -rw-r--r-- | public/assets/ok.css | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 89584b7..f4aa880 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -811,13 +811,8 @@ 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 +822,18 @@ 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; + } + .projectLink { + display:none; } .headings { display: none; |
