fix(timeline): centre month headers on mobile view
This commit is contained in:
parent
a3aba1b02a
commit
bb040ed153
1 changed files with 1 additions and 4 deletions
|
|
@ -73,6 +73,7 @@ a {
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
border-bottom: 2px solid transparent;
|
border-bottom: 2px solid transparent;
|
||||||
transition: border-color 0.15s ease;
|
transition: border-color 0.15s ease;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timeline-heading.is-stuck {
|
.timeline-heading.is-stuck {
|
||||||
|
|
@ -158,10 +159,6 @@ a {
|
||||||
|
|
||||||
/* Desktop: alternating cards with central line */
|
/* Desktop: alternating cards with central line */
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.timeline-heading {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.timeline-list {
|
.timeline-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue