mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
69e63f2c74
commit
f1859afc4b
1 changed files with 4 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue