summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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