aboutsummaryrefslogtreecommitdiff
path: root/example/src
diff options
context:
space:
mode:
Diffstat (limited to 'example/src')
-rw-r--r--example/src/_header.html2
-rw-r--r--example/src/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/example/src/_header.html b/example/src/_header.html
index d90b226..a0923f4 100644
--- a/example/src/_header.html
+++ b/example/src/_header.html
@@ -22,7 +22,7 @@
</a>
<div id="navigation">
<a href="https://example.org/">Home</a> -
-<a href="https://codeberg.org">Repos</a> -
+<a href="https://codeberg.org/">Repos</a> -
<a href="https://example.org/about.html">About</a>
</div>
</div>
diff --git a/example/src/style.css b/example/src/style.css
index 4489ae8..5080521 100644
--- a/example/src/style.css
+++ b/example/src/style.css
@@ -46,7 +46,7 @@ a:hover, a:focus {
}
li + li {
- margin-top:1em;
+ margin-top:0.2em;
}
ul img {