new: add feeds to news page

This commit is contained in:
ngn
2024-08-23 14:11:48 +03:00
parent 52af211541
commit 60bff6356c
15 changed files with 204 additions and 45 deletions

View File

@ -1,5 +1,17 @@
.subtext {
display: flex;
flex-direction: row;
align-items: center;
margin: 12px 0 15px 0;
gap: 8px;
}
.subtext p {
font-size: 18px;
color: var(--bright-main);
margin: 5px 0 15px 0;
}
.subtext p:first-child {
border-right: solid 1px var(--bright-third);
padding-right: 8px;
}