website/public/post.css

18 lines
274 B
CSS
Raw Normal View History

2024-01-18 17:01:30 +00:00
.subtext {
2024-08-23 11:11:48 +00:00
display: flex;
flex-direction: row;
align-items: center;
margin: 12px 0 15px 0;
gap: 8px;
}
.subtext p {
2024-01-18 17:01:30 +00:00
font-size: 18px;
color: var(--bright-main);
2024-08-23 11:11:48 +00:00
}
.subtext p:first-child {
border-right: solid 1px var(--bright-third);
padding-right: 8px;
2024-01-18 17:01:30 +00:00
}