summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author“Ryder <“r@okfoc.us”>2016-03-28 14:45:16 -0400
committer“Ryder <“r@okfoc.us”>2016-03-28 14:45:16 -0400
commitc59211fbd6fd35ee1a2682424c4622a2159d4248 (patch)
treed73aa89df48a1e4a420772e6e04a5553d5ba4cca
parent0519c7a18e77144a74cb0b6f8d600f9c4de2caee (diff)
mobile
-rw-r--r--public/assets/ok.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index ce46ed2..64d13a6 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -209,4 +209,24 @@
.texts {
font-size: 15px;
}
+ }
+
+ @media (max-width:480px) {
+ .cell,
+ button {
+ height: 50vh;
+ }
+ .five span {
+ width: 100%;
+ border-bottom: 1px solid;
+ margin: 0;
+ padding: 3px;
+ }
+ .description {
+ width: 100%!important;
+ -webkit-column-count: 2!important;
+ }
+ .headings {
+ display: none;
+ }
} \ No newline at end of file