diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index 0afc6a21249..4e51a5a8f46 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -189,3 +189,9 @@ sup sup, sub sup, sup sub, sub sub { top: 0; } width: 95% !important; } } + +// make mobile timeline top and bottom dates easier to select +.topic-timeline { + .start-date { font-size: 120%; padding: 5px; } + .now-date { font-size: 120%; padding: 5px; } +} \ No newline at end of file