diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-29 14:34:11 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-29 14:34:11 -0400 |
| commit | 9b5878a1ce5d785a9ede677627bbdb048310809f (patch) | |
| tree | ffb88076a1eec3d50ebc9d11fef9a8bf7e321e72 | |
| parent | eb3bdbe49238a6d61a96f6b7d815d519c7c6bb10 (diff) | |
| parent | 69333e29e172da6231f3f19ce3d6abecb96617c5 (diff) | |
Merge branch 'master' of github.com:okfocus/portfolio
| -rw-r--r-- | public/assets/ok.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index ae352c2..777fa86 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -561,6 +561,22 @@ ul li { */ @media (max-width:680px) { + .intro div { + width:100%!important; + height:auto; + } + .intro.cover .left { + height:25%; + } + .intro.cover .right { + height:75%; + } + .intro.cover .left span#cred { + display:none; + } + .intro .left { + justify-content: center; + } nav { font-size: 11px; font-family: 'Roboto'; |
