diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/celcatsanitizer/style.css | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/static/celcatsanitizer/style.css b/static/celcatsanitizer/style.css index b9d5dd9..5d05f9e 100644 --- a/static/celcatsanitizer/style.css +++ b/static/celcatsanitizer/style.css @@ -42,6 +42,13 @@ th {      vertical-align: top;  } +@media screen and (max-width: 439px) { +    th, td { +        display: block; +        text-align: left; +    } +} +  @media print {      body, .content {          max-width: none;  | 
