Remove inline style

This commit is contained in:
Tim Van Baak 2025-02-07 14:08:54 -08:00
parent b434c1acfe
commit 9c4887c93e
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{{ define "content" -}} {{ define "content" -}}
<article class="center"> <article class="center">
<span class="feed-controls" style="display: flex; justify-content: space-between;"> <span class="feed-controls">
<a href="?hidden={{ .ShowHidden }}&page={{ page .Page -1 }}&count={{ .Count }}">&lt;--</a> <a href="?hidden={{ .ShowHidden }}&page={{ page .Page -1 }}&count={{ .Count }}">&lt;--</a>
<a href="/">Home</a> <a href="/">Home</a>
<span> <span>

View File

@ -12,6 +12,8 @@ article {
} }
.feed-controls { .feed-controls {
font-size: 1.2em; font-size: 1.2em;
display: flex;
justify-content: space-between;
} }
.item-title { .item-title {
font-size: 1.4em; font-size: 1.4em;