diff --git a/assets/css/main.scss b/assets/css/main.scss index d134715..0757bc4 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -80,3 +80,9 @@ code { .inline { display: inline; } +:target:before { + content: ""; + display: block; + height: 60px; /* fixed header height*/ + margin: -60px 0 0; /* negative fixed header height */ +}