remove that gosh darn heccm SPACE why was that there >:(

This commit is contained in:
Freeplay 2023-01-06 22:15:32 -05:00
parent 34981595fa
commit e19c4d17ac
1 changed files with 6 additions and 2 deletions

View File

@ -363,7 +363,7 @@ function readPromo() {
padding: 0 32px 0 32px; padding: 0 32px 0 32px;
display: flex; display: flex;
&:first-child { &:first-child {
margin-top: 16px; margin-top: 10px;
} }
> :not(.line) { > :not(.line) {
width: 0; width: 0;
@ -634,6 +634,10 @@ function readPromo() {
--avatar-size: 46px; --avatar-size: 46px;
> .note-context { > .note-context {
padding-inline: 16px; padding-inline: 16px;
margin-top: 0;
> :not(.line) {
margin-top: 10px;
}
} }
> .article { > .article {
padding: 14px 16px 9px; padding: 14px 16px 9px;