aboutsummaryrefslogtreecommitdiff
path: root/src/static/mobile.css
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-10-20 21:30:56 -0500
committerMark Powers <markppowers0@gmail.com>2020-10-20 21:30:56 -0500
commit6c51b69aa24678c96044e55942a96a17cad38b4d (patch)
tree7c837844ecbd82868fd570ef465308867ce1e28b /src/static/mobile.css
parent9ea4b4d3287d0253deb45a4404702009e38ace5c (diff)
Update mobile styles
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