23 lines
373 B
Sass
23 lines
373 B
Sass
@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
|