diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-10-20 21:30:56 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-10-20 21:30:56 -0500 |
commit | 6c51b69aa24678c96044e55942a96a17cad38b4d (patch) | |
tree | 7c837844ecbd82868fd570ef465308867ce1e28b /src/static/styles.css | |
parent | 9ea4b4d3287d0253deb45a4404702009e38ace5c (diff) |
Update mobile styles
Diffstat (limited to 'src/static/styles.css')
-rw-r--r-- | src/static/styles.css | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/src/static/styles.css b/src/static/styles.css index 984a43d..01251de 100644 --- a/src/static/styles.css +++ b/src/static/styles.css @@ -10,33 +10,11 @@ table { tr:nth-child(2n+1) { background-color: lightgray; } -tr { - width: 100%; -} -.bold { - font-weight: bold; -} - -#data { +tr { width: 100%; } -.border { - border: 1px solid lightgrey; -} - -textarea { - border-radius: 4px; - width: 60%; - height: 10em; - display: block; -} - -pre { - white-space: pre-line; -} - .net-negative { background-color: lightcoral; } @@ -79,23 +57,3 @@ p, li { a, a:visited { color: black; } - -@media (max-width: 600px) { - .newItem td { - display:block; - } - .table-index { - display: none; - } - button { - font-size: 32px; - } - input { - font-size: 32px; - display: block; - width: 100%; - } - .navigation { - border-left: none; - } -}
\ No newline at end of file |