/** * Copyright © 2022 siddharth * 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; }