Remove inline style
This commit is contained in:
parent
b434c1acfe
commit
9c4887c93e
@ -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 }}"><--</a>
|
<a href="?hidden={{ .ShowHidden }}&page={{ page .Page -1 }}&count={{ .Count }}"><--</a>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<span>
|
<span>
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user