mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-21 15:09:08 +00:00
Fix invisible anchor (#6)
This commit is contained in:
parent
09a8db963a
commit
7802713ea3
|
@ -44,7 +44,7 @@
|
||||||
<section class="hero">
|
<section class="hero">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<span id="about-section"></span>
|
<div id="about-section"></div>
|
||||||
<h1 class="title">About</h1>
|
<h1 class="title">About</h1>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue