Compare commits
No commits in common. "ba709bb962a559d15f54451cee9621a5360e1f2d" and "e93977c790158c64144016d8fabbdf5268ea51d6" have entirely different histories.
ba709bb962
...
e93977c790
|
@ -1,6 +1,5 @@
|
|||
html {
|
||||
scroll-behavior: smooth;
|
||||
padding: 0 30px;
|
||||
}
|
||||
body {
|
||||
font-family: Heliotrope;
|
||||
|
@ -173,9 +172,3 @@ input[type="text"]:focus {
|
|||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 55em) {
|
||||
html {
|
||||
max-width: 650px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="footer">
|
||||
<p><a class="button" href="#">Back to the top</a></p>
|
||||
<p><a class="button" href="#top">Back to the top</a></p>
|
||||
<!--<p><a class="button" href="https://fediring.net/previous?host=secluded.site">←</a> <a class="button" href="https://fediring.net/">Fediring</a> <a class="button" href="https://fediring.net/next?host=secluded.site">→</a></p>-->
|
||||
<p class="boring_stuff">Content licensed under <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC-BY-4.0</a><br/>
|
||||
Code licensed under <a href="https://tldrlegal.com/license/mit-license">MIT</a><br/>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="title-wrapper">
|
||||
<div class="title-wrapper" id="top">
|
||||
<span class="title"><a href="{{ .Site.BaseURL }}">{{ $.Site.Title }}</a></span>
|
||||
<span class="menu">
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue