Updated home.html

Fixed section display thingy. Basically it went out-of-bound in small screens, or something.
This commit is contained in:
Bobby Wibowo 2018-03-20 00:25:42 +07:00
parent 2a78fee990
commit 6c85dda86a
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -54,13 +54,14 @@
<body> <body>
<section class="hero is-fullheight has-text-centered" id="home"> <section class="hero is-fullheight has-text-centered" id="home">
<div class="hero-body"> <div class="section">
<div class="container"> <div class="container">
<p id="b"> <p id="b">
<img class="logo" src="images/logo_smol.png"> <img class="logo" src="images/logo_smol.png">
</p> </p>
<h1 class="title">safe.fiery.me</h1> <h1 class="title">safe.fiery.me</h1>
<h2 class="subtitle">A <strong>modern</strong> self-hosted file upload service</h2> <h2 class="subtitle">A
<strong>modern</strong> self-hosted file upload service</h2>
<h3 class="subtitle" id="maxFileSize"></h3> <h3 class="subtitle" id="maxFileSize"></h3>
<div class="columns"> <div class="columns">
@ -92,9 +93,21 @@
</div> </div>
</div> </div>
<h3 class="subtitle"><a href="auth" id="loginLinkText"></a></h3> <h3 class="subtitle">
<a href="auth" id="loginLinkText"></a>
</h3>
<h3 id="links"> <h3 id="links">
<a href="https://fiery.me" class="is-danger">Home</a><span>|</span><a href="https://blog.fiery.me" class="is-danger">Blog</a><span>|</span><a id="ShareX" href="https://safe.fiery.me/sharex.txt">ShareX</a><span>|</span><a href="faq" class="is-danger">FAQ</a><span>|</span><a href="auth" class="is-danger">Dashboard</a><span>|</span><a href="https://github.com/BobbyWibowo/lolisafe" target="_blank" class="is-danger">GitHub</a> <a href="https://fiery.me" class="is-danger">Home</a>
<span>|</span>
<a href="https://blog.fiery.me" class="is-danger">Blog</a>
<span>|</span>
<a id="ShareX" href="https://safe.fiery.me/sharex.txt">ShareX</a>
<span>|</span>
<a href="faq" class="is-danger">FAQ</a>
<span>|</span>
<a href="auth" class="is-danger">Dashboard</a>
<span>|</span>
<a href="https://github.com/BobbyWibowo/lolisafe" target="_blank" class="is-danger">GitHub</a>
</h3> </h3>
</div> </div>