Fix header font size and reposted padding

This commit is contained in:
Bojan Mojsilovic 2024-02-06 14:51:50 +01:00
parent f61df308ea
commit 8818cefd46
2 changed files with 3 additions and 4 deletions

View File

@ -30,7 +30,7 @@
width: 100%;
.repostedBy {
padding-bottom: 16px;
padding-bottom: 4px;
display: flex;
>span {
>a {
@ -167,7 +167,7 @@
}
.repostedBy {
padding-bottom: 8px;
padding-bottom: 4px;
display: flex;
>span {
>a {

View File

@ -29,7 +29,7 @@
.postInfo {
display: flex;
flex-direction: column;
font-size: 14px;
font-size: 16px;
line-height: 16px;
font-weight: 400;
height: 48px;
@ -60,7 +60,6 @@
&.primary {
font-weight: 700;
font-size: 16px;
}
}
.time{