Add widget box under menu.

This commit is contained in:
BoHung Chiu 2021-09-14 15:36:34 +08:00
parent e0121fab29
commit 20882e3389
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,9 @@
.navbar-brand .default_site_h1{
height: auto;
}
section.box {
clear: both;
}
.dropdown-toggle:focus {
// outline: 2px solid #43B5FC;
outline: transparent;

View File

@ -36,6 +36,7 @@
</div>
<a id="accesskey_menu" title="accesskey menu" accesskey="M" href="#" title="Main menu">:::</a>
<%= render_menu %>
<section class="box" data-pp="30"></section>
</div>
</div>
</header>