Remove buttons from articles, move return to home

This commit is contained in:
Tanner Collin 2022-03-27 09:02:54 +00:00
parent 64f9f490ad
commit 20e58cd15f
2 changed files with 3 additions and 10 deletions

View File

@ -25,12 +25,7 @@
{% endblock %}
{% block info %}
Tanner Collin
<p class="contact-icons">
<a href="mailto:site4@tannercollin.com" rel="noreferrer noopener"><img alt="email" src="/theme/mail.svg" width="20" height="20" /></a>
<a href="https://t.me/tannercollin" target="_blank" rel="noreferrer noopener"><img alt="telegram" src="/theme/telegram.svg" width="20" height="20" /></a>
<a href="https://github.com/tannercollin" target="_blank" rel="noreferrer noopener"><img alt="github" src="/theme/github.svg" width="20" height="20" /></a>
</p>
<p><a href="/">Return Home</a></p>
{% endblock %}
{% block content %}
@ -41,7 +36,6 @@
<div class="content">
{% endif %}
<p><a href="/">← Return to Home</a></p>
<header>
<h1>{{ article.title }}</h1>
<div class="summary">

View File

@ -4,7 +4,7 @@ html {
body {
text-rendering: optimizeLegibility;
font: 1.1rem/1.0 sans-serif;
font-family: serif;
}
a {
@ -120,6 +120,7 @@ pre {
float: left;
width: 8rem;
text-align: right;
white-space: nowrap;
}
.bar .me {
@ -144,9 +145,7 @@ pre {
@media screen and (max-width:36rem) {
.bar {
display: table;
overflow: auto;
margin: auto;
margin-top: -0.5rem;
}