mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
Updated home.html
Fixed section display thingy. Basically it went out-of-bound in small screens, or something.
This commit is contained in:
parent
2a78fee990
commit
6c85dda86a
@ -54,13 +54,14 @@
|
||||
<body>
|
||||
|
||||
<section class="hero is-fullheight has-text-centered" id="home">
|
||||
<div class="hero-body">
|
||||
<div class="section">
|
||||
<div class="container">
|
||||
<p id="b">
|
||||
<img class="logo" src="images/logo_smol.png">
|
||||
</p>
|
||||
<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>
|
||||
<div class="columns">
|
||||
@ -92,9 +93,21 @@
|
||||
</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">
|
||||
<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>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user