From 6c51b69aa24678c96044e55942a96a17cad38b4d Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Tue, 20 Oct 2020 21:30:56 -0500 Subject: Update mobile styles --- src/static/mobile.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/static/mobile.css (limited to 'src/static/mobile.css') 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 -- cgit v1.2.3