mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-23 20:39:11 +00:00
Implement scrolling to about section
This commit is contained in:
parent
64d55287d5
commit
4049df9d9f
|
@ -11,7 +11,7 @@ paginate = 10
|
|||
name = "about"
|
||||
weight = 1
|
||||
identifier = "about"
|
||||
url = "/"
|
||||
url = "/#about-section"
|
||||
|
||||
[[menu.main]]
|
||||
name = "wiki"
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
<section class="hero">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<span id="about-section"></span>
|
||||
<h1 class="title">About</h1>
|
||||
<div class="content">
|
||||
<p>
|
||||
|
|
|
@ -12,3 +12,8 @@ $switch-gray: #828282;
|
|||
stroke: $color !important;
|
||||
}
|
||||
}
|
||||
|
||||
#about-section {
|
||||
position: relative;
|
||||
top: -100px;
|
||||
}
|
Loading…
Reference in a new issue