diff options
| author | okfprojz <jules+okfprojz@okfoc.us> | 2016-04-08 23:48:16 -0400 |
|---|---|---|
| committer | okfprojz <jules+okfprojz@okfoc.us> | 2016-04-08 23:48:16 -0400 |
| commit | 06406fe1d06f54c638e286cee7ca1213ea479993 (patch) | |
| tree | bc570c2b6fa0d9b4b2f4ca336dd1d5ed31cd5033 | |
| parent | 4364df3464c17adce8c05f47b690b6c0efe8be47 (diff) | |
| parent | 38ce895f6c6c3387021996e93ca1c8b57b2d240d (diff) | |
erge branch 'master' of github.com:okfocus/portfolio
| -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; |
