|
|
@ -32,7 +32,7 @@
|
|
|
|
margin-bottom: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
background-origin: content-box;
|
|
|
|
background-origin: content-box;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
top: calc(var(--panel-offset) + @navbar-height);
|
|
|
|
top: calc(var(--panel-offset) - 20px);
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
left: auto;
|
|
|
|
left: auto;
|
|
|
|
right: 0px;
|
|
|
|
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) {
|
|
|
|
@media (min-width: @screen-md-min) {
|
|
|
|
margin-top: 300px;
|
|
|
|
margin-top: 300px;
|
|
|
|
|
|
|
|
|
|
|
|