Explorar o código

adjust for anchor links by the height of fixed .search-page-input

Yuki Takei %!s(int64=7) %!d(string=hai) anos
pai
achega
4774ca979e
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/client/styles/scss/_search.scss

+ 3 - 3
src/client/styles/scss/_search.scss

@@ -147,9 +147,9 @@
     padding-bottom: 32px;
 
     .search-result-page {
-      // adjust for fixed .search-page-input
-      margin-top: -60px;
-      padding-top: 60px;
+      // adjust for anchor links by the height of fixed .search-page-input
+      margin-top: -48px;
+      padding-top: 48px;
 
       > h2 {
         font-size: 20px;