Merge pull request #21765 from overleaf/jel-gallery-spacing

[web] Spacing updates on the gallery

GitOrigin-RevId: bf10c7ab5d8e05d54ac6834b1e5568c86b1ea767
This commit is contained in:
Jessica Lawshe
2024-11-12 10:12:33 -06:00
committed by Copybot
parent 6471d51264
commit cf451a8758
3 changed files with 5 additions and 2 deletions

View File

@@ -41,7 +41,6 @@
.blog {
margin-top: var(--spacing-16);
margin-bottom: var(--spacing-16);
img {
max-width: 100%;

View File

@@ -49,7 +49,7 @@
}
.begin-now-card {
margin: var(--spacing-16) 0;
margin: calc(var(--spacing-16) * 2) 0;
}
// TODO: only used on about page. Confirm with UX changes needed

View File

@@ -400,6 +400,10 @@
.related-tags-header {
margin-top: var(--spacing-16);
h2 {
margin-bottom: 0;
}
}
.related-tags {