diff options
| -rw-r--r-- | public/assets/ok.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 64d13a6..ebbc46f 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -217,14 +217,19 @@ height: 50vh; } .five span { - width: 100%; + width: 50%; border-bottom: 1px solid; margin: 0; padding: 3px; + font-weight: 600; } - .description { + .five span.description { width: 100%!important; + font-weight: 400; -webkit-column-count: 2!important; + -webkit-column-gap: 3px; + -moz-column-gap: 3px; + column-gap: 3px; } .headings { display: none; |
