Ajout d'un style destiné aux mobiles, manquait le fichier css lui même :)

This commit is contained in:
echarp 2014-07-02 01:07:10 +02:00
parent f87f87748b
commit 6f66432487
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
@media all and (max-width: 800px)
*
max-width: 100%
body
margin: 0
padding: 0
table
width: 100% !important
font-size: smaller
ul
padding-left: 10px !important
@media all and (max-width: 640px)
table
border-spacing: 0
td
border-width: 1px !important
ul
padding: 0 !important
list-style-position: inside