diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-29 14:20:03 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-29 14:20:03 -0400 |
| commit | 69333e29e172da6231f3f19ce3d6abecb96617c5 (patch) | |
| tree | 55055abb724cecf3ab521923dafab2a17d819260 | |
| parent | 722484ef71b0298671fdc66e8985fc5c531f5907 (diff) | |
beginning of mobile intro stuff
| -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 6fc82e4..65fea81 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -558,6 +558,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'; |
