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

View File

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