diff --git a/index.html b/index.html
index 2647e0b..aa54d93 100644
--- a/index.html
+++ b/index.html
@@ -117,19 +117,18 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
-Personal |
Forge |
 |
forge.rwx.work |
-Open |
+
|
BlueSky |
 |
marc.beninca.link |
-Corporate |
+
|
LinkedIn |
 |
diff --git a/style/light.css b/style/light.css
index 4c7b980..e1992c8 100644
--- a/style/light.css
+++ b/style/light.css
@@ -47,6 +47,9 @@ section.banner {
display: flex;
justify-content: space-between;
}
+.banner {
+ margin-block-start: .5em;
+}
h1 { font-size: 1.15rem; }
h2 { font-size: 1.10rem; }
@@ -65,6 +68,11 @@ h3 {
padding: .125em .25em;
}
+hr {
+ border: .1em dashed #888;
+ margin-block: .25em;
+}
+
img.big {
block-size: 5em;
}