blob: cdf66e97778f1cdf3998088b1f728ca5cd1b4eaf (
plain) (
tree)
|
|
/**
* Copyright © 2022 siddharth <s@ricketyspace.net>
* SPDX-License-Identifier: ISC
*/
p {
margin: 0;
}
.peach-container {
display: flex;
flex-direction: column;
gap: 15px;
}
.timeline .container {
display: flex;
justify-content: space-around;
align-content: space-around;
}
|