summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-01-22 18:50:11 -0500
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-01-22 18:50:11 -0500
commit7179cdf22c23d88fa3188e0cbfdb95c67714fd5d (patch)
tree9c8b68e247fdeb8ee46870bb4615b5075b0cd135
parent12df16190941db0bae0b804030ff5623ba9c860e (diff)
Make table font bigger on small screens.
-rw-r--r--css/garden.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/css/garden.css b/css/garden.css
index a2693dc..c418ae6 100644
--- a/css/garden.css
+++ b/css/garden.css
@@ -418,6 +418,10 @@ body {
margin-left: 2rem;
margin-right: 2rem;
}
+
+ table {
+ font-size: 180%;
+ }
}
@media (max-width: 800px) {
@@ -425,6 +429,10 @@ body {
margin-left: 1rem;
margin-right: 1rem;
}
+
+ table {
+ font-size: 180%;
+ }
}
h1, h2, h3 {
@@ -444,7 +452,6 @@ table {
th, td {
padding: 0.5rem;
- margin: 0;
}
tbody tr:nth-child(odd) {