reduce font size on mobile prog expansion

This commit is contained in:
Jeff Atwood 2017-01-03 11:17:09 -08:00
parent 9c79bf1865
commit b58a6804c2
1 changed files with 2 additions and 2 deletions

View File

@ -191,6 +191,6 @@ sup sup, sub sup, sup sub, sub sub { top: 0; }
// 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; }
.start-date { font-size: 110%; padding: 5px; }
.now-date { font-size: 110%; padding: 5px; }
}