reduce font size on mobile prog expansion
This commit is contained in:
parent
9c79bf1865
commit
b58a6804c2
|
@ -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; }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue