mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-21 22:55:41 +01:00
Use correct section for navbar
This commit is contained in:
parent
b72ba619f9
commit
786b799ff7
@ -1,4 +1,11 @@
|
||||
<section id="homepage-hero" class="hero is-primary is-bold">
|
||||
<div class="hero-head">
|
||||
<!-- is-dark / is-light is set by hero.js for the homepage hero -->
|
||||
<nav id="hero-navbar" class="navbar is-size-6 is-fixed-top" role="navigation" aria-label="main navigation">
|
||||
{{ partial "layout/navbar_contents" . }}
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="hero-body">
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
|
Loading…
Reference in New Issue
Block a user