summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author“Ryder <“r@okfoc.us”>2016-03-29 14:20:03 -0400
committer“Ryder <“r@okfoc.us”>2016-03-29 14:20:03 -0400
commit69333e29e172da6231f3f19ce3d6abecb96617c5 (patch)
tree55055abb724cecf3ab521923dafab2a17d819260
parent722484ef71b0298671fdc66e8985fc5c531f5907 (diff)
beginning of mobile intro stuff
-rw-r--r--public/assets/ok.css16
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';