File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 2020
2121 display: flex;
2222 flex-direction: column;
23- gap: var(--timeline-gap );
23+ gap: var(--size-gutter-big );
2424 }
2525
2626 /* spine of the timeline */
Original file line number Diff line number Diff line change 3737
3838 @media screen and (max-width: 1025px) {
3939 li::after {
40+ width: 17px;
41+ height: 17px;
4042 left: 90%;
4143 }
4244
4749 li:not(:last-child) {
4850 margin-bottom: 4rem;
4951 }
50-
51- li::after {
52- width: 17px;
53- height: 17px;
54- }
5552 }
5653</style >
Original file line number Diff line number Diff line change 3131 --color-overlay : # f7f9f3 ;
3232
3333 --size-gutter : 1rem ;
34- --size-gutter : 1.5rem ;
34+ --size-gutter-medium : 1.5rem ;
3535 --size-gutter-big : 2rem ;
3636 --size-gutter-huge : 4rem ;
3737 --size-gutter-massive : 8rem ;
You can’t perform that action at this time.
0 commit comments