CSS: border instead of hr, default margin
This commit is contained in:
parent
2f9032ba5f
commit
bfc871f395
@ -5,9 +5,10 @@
|
|||||||
|
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
border-bottom: 0.125rem solid var(--bg2);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin: 1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -15,10 +15,9 @@
|
|||||||
<a class="button secondary" href="/">Home</a>
|
<a class="button secondary" href="/">Home</a>
|
||||||
<a class="button secondary" href="<%= remoteUrl %>">Original page</a>
|
<a class="button secondary" href="<%= remoteUrl %>">Original page</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="title">
|
<p class="title">
|
||||||
<%= parsed.title %>
|
<%= parsed.title %>
|
||||||
</div>
|
</p>
|
||||||
<hr>
|
|
||||||
<%- parsed.content %>
|
<%- parsed.content %>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user