diff options
Diffstat (limited to 'theme/stylesheets/website/summary.less')
-rwxr-xr-x | theme/stylesheets/website/summary.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/stylesheets/website/summary.less b/theme/stylesheets/website/summary.less index e65366b..9b614a7 100755 --- a/theme/stylesheets/website/summary.less +++ b/theme/stylesheets/website/summary.less @@ -109,7 +109,7 @@ } @media (max-width: @sidebar-breakpoint) { - width: 100%; + width: calc(~"100% - 60px"); bottom: 0px; left: -100%; } |