diff --git a/less/account.less b/less/account.less index e2411a0..1a23f52 100644 --- a/less/account.less +++ b/less/account.less @@ -32,7 +32,7 @@ margin-bottom: 1em; background-origin: content-box; width: 100%; - top: calc(var(--panel-offset) + @navbar-height); + top: calc(var(--panel-offset) - 20px); position: absolute; left: auto; right: 0px; @@ -166,6 +166,12 @@ } } + @media (min-width: @screen-lg-min) { + .cover { + top: calc(var(--panel-offset) + @navbar-height); + } + } + @media (min-width: @screen-md-min) { margin-top: 300px;