_sass/base/_centos.scss in jekyll-theme-centos-2.8.0 vs _sass/base/_centos.scss in jekyll-theme-centos-2.9.0
- old
+ new
@@ -45,9 +45,16 @@
.content > h6 {
scroll-margin-top: 80px;
scroll-margin-bottom: 100px;
margin-top: 3rem;
}
+ // --------------------------------------------------------------------------------
+ // Tuneup first paragraph top margin when it is the first element inside
+ // content.
+ // --------------------------------------------------------------------------------
+ .content > p:first-child {
+ margin-top: 3rem;
+ }
// --------------------------------------------------------------------------------
// DataTable
// --------------------------------------------------------------------------------
.dataTables_wrapper {