~xdavidwu/xdavidwu.link

711c5c9971a328c2709b8975249fd2d0e0a2694c — xdavidwu 1 year, 11 months ago b657746
sass: apply scroll-padding to <html>
1 files changed, 1 insertions(+), 1 deletions(-)

M _sass/minimal-mistakes/_base.scss
M _sass/minimal-mistakes/_base.scss => _sass/minimal-mistakes/_base.scss +1 -1
@@ 7,6 7,7 @@ html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 2.75rem;
}

body {


@@ 30,7 31,6 @@ h6 {
  margin: 1.5em 0 0.5em;
  line-height: 1.2;
  font-weight: bold;
  scroll-margin-top: 2.75rem;
}

h1 {