mobile top/bottom timeline dates bigger targets

This commit is contained in:
Jeff Atwood
2016-11-01 16:31:33 -07:00
parent e9309f2d96
commit dec4a3386f

View File

@@ -189,3 +189,9 @@ sup sup, sub sup, sup sub, sub sub { top: 0; }
width: 95% !important; 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; }
}