This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/src/assets/styles/components/post-graph.css
2024-03-02 13:08:41 -08:00

25 lines
No EOL
417 B
CSS

.post-graph {
margin-top: var(--sizing-base);
margin-bottom: var(--sizing-base);
}
.post-graph__wrapper {
display: flex;
align-items: center;
height: var(--sizing-3xl);
margin-bottom: .375rem;
}
.post-graph__progress {
background-color: var(--accent-color);
height: 100%;
}
.post-graph__year {
font-family: var(--font-mono);
}
.post-graph__progress,
.post-graph__data {
margin-left: .625rem;
}