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