new: add feeds to news page
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user