Revert icon injection
This commit is contained in:
parent
a82cccfdef
commit
f414f6145e
@ -126,19 +126,15 @@ main .article-info .author a { font-weight: 600; }
|
|||||||
/* Article */
|
/* Article */
|
||||||
|
|
||||||
main article {
|
main article {
|
||||||
max-width: 40rem;
|
max-width: 40rem;
|
||||||
margin: 2.5em auto;
|
margin: 2.5em auto;
|
||||||
font-family: "Lora", serif;
|
font-family: "Lora", serif;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
line-height: 1.7em;
|
line-height: 1.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
main a:hover {
|
main a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
|
||||||
|
|
||||||
main article .fa, main article .fas {
|
|
||||||
font-size: 10pt;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
article img {
|
article img {
|
||||||
@ -369,7 +365,7 @@ input:focus, textarea:focus {
|
|||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
|
|
||||||
font-family: "Lora", serif;
|
font-family: "Lora", serif;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
@ -554,44 +550,44 @@ form.new-post input[type="submit"]:hover { background: #DADADA; }
|
|||||||
* ================= */
|
* ================= */
|
||||||
|
|
||||||
@media screen and (max-width: 500px) {
|
@media screen and (max-width: 500px) {
|
||||||
header {
|
header {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
header #menu {
|
header #menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
header > nav {
|
header > nav {
|
||||||
display: none;
|
display: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
header nav a, header nav a.title { padding: 0.5em; }
|
header nav a, header nav a.title { padding: 0.5em; }
|
||||||
header nav a.title {
|
header nav a.title {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 1.75em;
|
font-size: 1.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
header:focus-within > nav {
|
header:focus-within > nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > main > * {
|
body > main > * {
|
||||||
padding: 0 5%;
|
padding: 0 5%;
|
||||||
}
|
}
|
||||||
main .article-meta > * { margin: 0 5%; }
|
main .article-meta > * { margin: 0 5%; }
|
||||||
|
|
||||||
main .article-meta > p {
|
main .article-meta > p {
|
||||||
margin: 2em 5%;
|
margin: 2em 5%;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
main .article-meta .comments > * { margin-left: 5%; margin-right: 5%; }
|
main .article-meta .comments > * { margin-left: 5%; margin-right: 5%; }
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
min-width: 80%;
|
min-width: 80%;
|
||||||
min-height: 80%;
|
min-height: 80%;
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
<span class="date">{{ date | date(format="%B %e, %Y") }}</span>
|
<span class="date">{{ date | date(format="%B %e, %Y") }}</span>
|
||||||
</p>
|
</p>
|
||||||
<article>
|
<article>
|
||||||
{{ article.post.content | safe | replace(from="</a>", to=" <i class='fas fa-external-link-alt'></i></a>") }}
|
{{ article.post.content | safe }}
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<div class="article-meta">
|
<div class="article-meta">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user