diff options
| author | “Ryder <“r@okfoc.us”> | 2016-04-26 19:14:40 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-04-26 19:14:40 -0400 |
| commit | 74ca609a450c43618a4998b3f31613ed84ca29be (patch) | |
| tree | f58b7fd29cd3f93af0ee0545690031e656950453 | |
| parent | 12ca0bc33f91b3f67a45c80e44840f1252e41a49 (diff) | |
| parent | 00869aaa928d0e9ce4f15d0295a01d73ae395a3c (diff) | |
Merge branch 'master' of https://github.com/okfocus/portfolio
| -rw-r--r-- | public/assets/ok.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index d515a07..17d0fbc 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -125,6 +125,8 @@ h3 { -webkit-column-count: 2; -webkit-column-gap: 10px; -moz-column-gap: 10px; + column-count: 2; + column-fill: auto; column-gap: 10px; overflow: hidden; } @@ -886,6 +888,7 @@ ul li { } } + /* @media (min-width: 1600px) { .texts { |
