diff options
Diffstat (limited to 'static-html')
| -rw-r--r-- | static-html/fauxchella.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/static-html/fauxchella.html b/static-html/fauxchella.html index b437bd8..089e49a 100644 --- a/static-html/fauxchella.html +++ b/static-html/fauxchella.html @@ -62,9 +62,9 @@  	  border-collapse: collapse;  	  text-align: center;        } -      @media only screen and (max-width: 600px) { +      @media only screen and (max-width: 800px) {  	  main table tr { -	      height: 2lh; +	      height: 2.5lh;  	  }        }  |