aboutsummaryrefslogtreecommitdiff
path: root/src/static/mobile.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/mobile.css')
-rw-r--r--src/static/mobile.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/static/mobile.css b/src/static/mobile.css
new file mode 100644
index 0000000..d4456ba
--- /dev/null
+++ b/src/static/mobile.css
@@ -0,0 +1,36 @@
+@media (max-width: 1000px) {
+ body {
+ display: block;
+ }
+ .newItem td {
+ display:block;
+ }
+ table{
+ width: 100%;
+ }
+ h1, button, input {
+ font-size: 72px;
+ }
+ h2, .navigation {
+ font-size: 64px;
+ }
+ td, p, li {
+ font-size: 36px;
+ }
+ input {
+ font-size: 72px;
+ display: block;
+ width: 95%;
+ }
+ .navigation {
+ border-left: none;
+ display: inline;
+
+ }
+ .navigation h2, .navigation div {
+ display: inline;
+ }
+ .table-index {
+ display: none;
+ }
+} \ No newline at end of file