Merge pull request #21081 from overleaf/mf-blog-read-more-spacing-top

[web] Update spacing between blog preview and "read more" link in blog list page

GitOrigin-RevId: ee9184017f0862fac849d9ca2c4f6bcabdad5bff
This commit is contained in:
M Fahru 2024-10-16 11:01:18 -07:00 committed by Copybot
parent 69e63f2c74
commit f1859afc4b

View file

@ -58,10 +58,6 @@
padding: 0;
}
p {
margin-top: 12.5px;
}
> li {
.blog-date {
margin-top: var(--spacing-07);
@ -122,14 +118,12 @@
}
.blog-content-preview {
margin-bottom: var(--spacing-06);
> *:first-child {
margin-top: 0;
p:last-child {
margin-bottom: 0;
}
> *:last-child {
margin-bottom: 0;
& + .blog-tags > div > .tags {
margin-top: var(--spacing-06);
}
}