You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2020/06/22 18:57:19 UTC

[wicket-site] 11/12: Toc css adapted

This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/wicket-site.git

commit a10039658730391101397a3a82e383c1d54d6fbf
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Mon Jun 22 17:52:22 2020 +0200

    Toc css adapted
---
 _sass/modules/_toc.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_sass/modules/_toc.scss b/_sass/modules/_toc.scss
index 92dde3d..4b7a728 100644
--- a/_sass/modules/_toc.scss
+++ b/_sass/modules/_toc.scss
@@ -7,7 +7,7 @@
         margin-top: 1rem;
     }
     
-    @include breakpoint($breakpoint-20) {
+    @include breakpoint($breakpoint-10) {
 	   display: none;
     }
 }