Ajout d'un style destiné aux mobiles, manquait le fichier css lui même :)
This commit is contained in:
parent
f87f87748b
commit
6f66432487
22
app/assets/stylesheets/mobile.css.sass
Normal file
22
app/assets/stylesheets/mobile.css.sass
Normal 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
|
Loading…
Reference in New Issue
Block a user