diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-28 14:48:42 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-28 14:48:42 -0400 |
| commit | af7f0008df4125d3c5804650a6f8214ca126f608 (patch) | |
| tree | 5ab7db863c933fe2b912f5cb5c8748ad41db091a | |
| parent | c59211fbd6fd35ee1a2682424c4622a2159d4248 (diff) | |
more mobile
| -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; |
