diff --git a/themes/grid/source/css/style.less b/themes/grid/source/css/style.less index 6e04b06..942a114 100644 --- a/themes/grid/source/css/style.less +++ b/themes/grid/source/css/style.less @@ -152,4 +152,9 @@ article { img, video { margin-top: 8px; } + h2, h3, h4, h5, h6 { + &[id]:target { + padding-top: 92px; + } + } } \ No newline at end of file