blob: 6d32955f98b70de0e6cf3419be0dab20f998ca1f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
p {
margin: 0;
}
.peach-container {
display: flex;
flex-direction: column;
gap: 15px;
}
.timeline .container {
display: flex;
justify-content: space-around;
align-content: space-around;
}
|