diff options
author | Alban Gruin | 2018-01-19 18:02:22 +0100 |
---|---|---|
committer | Alban Gruin | 2018-01-19 18:19:43 +0100 |
commit | 7a4bdfda6df3ca46f4805c145a42793cacc0809f (patch) | |
tree | f8d210a43250e518b66217469daaa012d654c0fe /static/celcatsanitizer/style.css | |
parent | 76fef8f3e0b3ad77f632a9e4d2c048607a1cf21b (diff) |
Meilleur rendu du formulaire sur appareils mobiles
Diffstat (limited to 'static/celcatsanitizer/style.css')
-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; |