diff options
-rw-r--r-- | static-html/fauxchella.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static-html/fauxchella.html b/static-html/fauxchella.html index 40fac61..682e3d0 100644 --- a/static-html/fauxchella.html +++ b/static-html/fauxchella.html @@ -62,6 +62,11 @@ border-collapse: collapse; text-align: center; } + @media only screen and (max-width: 600px) { + main table tr { + height: 2lh; + } + } </style> </head> |