diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index a538243fe0a..7f25de493a4 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -771,3 +771,10 @@ a.my { border: 0px; } } + +:target { + display: block; + position: relative; + top: -100px; + visibility: hidden; +} \ No newline at end of file