diff --git a/app/assets/stylesheets/mobile.css.sass b/app/assets/stylesheets/mobile.css.sass index 923ef16b..85694b34 100644 --- a/app/assets/stylesheets/mobile.css.sass +++ b/app/assets/stylesheets/mobile.css.sass @@ -34,7 +34,7 @@ table tr td border-width: 0px !important -@media all and (max-width: 640px) +@media all and (max-width: 34em) body.events.index table font-size: inherit thead @@ -51,6 +51,6 @@ .day_number float: right ul.events - list-style-position: inside + margin-left: 1em li - list-style-type: circle + list-style-type: disc