v1.3.0 #124

Merged
DrMaxNix merged 43 commits from dev into main 2024-07-29 19:21:56 +02:00
Showing only changes of commit f1aac549f5 - Show all commits

View File

@ -348,6 +348,8 @@ a.box:hover {
.timeline {
display: flex;
flex-direction: column;
margin: -1rem 0;
}
.timeline > .item,
@ -433,14 +435,6 @@ a.box:hover {
text-align: left;
}
.timeline > .item:first-child > .box,
.timeline > .wrapper:first-child > .item > .box {
margin: 0 0 1rem 0;
}
.timeline > .item:last-child > .box,
.timeline > .wrapper:last-child > .item > .box {
margin: 1rem 0 0 0;
}
@media only screen and (max-width: 1000px) {
.timeline > .item,