1
0
mirror of synced 2026-01-22 09:02:55 -05:00
Files
docs/stylesheets/featured-links.scss
Kevin Heis a7623cdb62 Reorganize SCSS without changing any of the properties or values (#18963)
* Reorganize SCSS without changing any of the properties or values

* Mis-moved a few files

* Split up "other"
2021-04-26 16:18:25 +00:00

17 lines
366 B
SCSS

/* Getting Started and Popular Articles sections in article layout */
.markdown-body div.featured-links {
padding-bottom: 30px;
}
.markdown-body div.featured-links-heading {
padding-top: 24px;
}
.markdown-body div.featured-links p.link-with-intro-intro {
margin-bottom: 5px;
}
.markdown-body div.featured-links h4.link-with-intro-title {
margin-top: 0;
}