Skip to content

Commit dd6301d

Browse files
committed
chore: clean up
1 parent 0b33c21 commit dd6301d

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

src/components/Timeline.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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 */

src/components/TimelineEntry.astro

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737

3838
@media screen and (max-width: 1025px) {
3939
li::after {
40+
width: 17px;
41+
height: 17px;
4042
left: 90%;
4143
}
4244

@@ -47,10 +49,5 @@
4749
li:not(:last-child) {
4850
margin-bottom: 4rem;
4951
}
50-
51-
li::after {
52-
width: 17px;
53-
height: 17px;
54-
}
5552
}
5653
</style>

src/layouts/Shell.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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;

0 commit comments

Comments
 (0)