parent
580d0186b6
commit
37ae869a58
|
@ -22,7 +22,7 @@ $navbarHeight: 58px;
|
|||
|
||||
#main {
|
||||
margin-top: $navbarHeight + 15px;
|
||||
margin-bottom: 295px;
|
||||
margin-bottom: $navbarHeight + 15px;
|
||||
}
|
||||
|
||||
#main.submenu {
|
||||
|
@ -56,4 +56,16 @@ $navbarHeight: 58px;
|
|||
|
||||
.card.sidebar {
|
||||
width: 20rem;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
#main {
|
||||
margin-bottom: 295px;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
.md-up {
|
||||
display: none;
|
||||
}
|
||||
}
|
|
@ -12,12 +12,14 @@
|
|||
</ul>
|
||||
</nav>
|
||||
{% if site.data.promotion.show %}
|
||||
<a href="{{ site.data.promotion.link }}">
|
||||
<img src="{{ site.data.promotion.image }}" alt="{{ site.data.promotion.title }} promotional image" />
|
||||
</a>
|
||||
<div class="md-up">
|
||||
<a href="{{ site.data.promotion.link }}">
|
||||
<img src="{{ site.data.promotion.image }}" alt="{{ site.data.promotion.title }} promotional image" />
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="col-sm-8">
|
||||
<div class="col-sm-8 md-up">
|
||||
<ul class="list-unstyled">
|
||||
{% if site.data.author.github_username %}
|
||||
<li>
|
||||
|
|
Loading…
Reference in New Issue