Compare commits

...

3 Commits

Author SHA1 Message Date
Amolith ba709bb962
reduce width on mobile devices and add padding 2023-01-17 10:24:25 -05:00
Amolith 6d9ca9b2af
remove unnecessary id 2023-01-17 10:20:42 -05:00
Amolith 4688f8b227
use proper link to top 2023-01-17 10:19:43 -05:00
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,6 @@
html { html {
scroll-behavior: smooth; scroll-behavior: smooth;
padding: 0 30px;
} }
body { body {
font-family: Heliotrope; font-family: Heliotrope;
@ -172,3 +173,9 @@ input[type="text"]:focus {
font-style: italic; font-style: italic;
} }
} }
@media (max-width: 55em) {
html {
max-width: 650px;
}
}

View File

@ -1,5 +1,5 @@
<div class="footer"> <div class="footer">
<p><a class="button" href="#top">Back to the top</a></p> <p><a class="button" href="#">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><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/> <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/> Code licensed under <a href="https://tldrlegal.com/license/mit-license">MIT</a><br/>

View File

@ -1,4 +1,4 @@
<div class="title-wrapper" id="top"> <div class="title-wrapper">
<span class="title"><a href="{{ .Site.BaseURL }}">{{ $.Site.Title }}</a></span> <span class="title"><a href="{{ .Site.BaseURL }}">{{ $.Site.Title }}</a></span>
<span class="menu"> <span class="menu">
<ul> <ul>