summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-20 11:34:47 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-20 11:34:47 -0500
commitd3ad45eed60a90b6ba828f500c314c60591f9151 (patch)
tree4539eaa58ea2eaaf7377e5ec4215d0f75654f299 /style.css
parent4dac3c3f686760f8a84f4870f877ef4c42b34d00 (diff)
start migrating blog posts
Diffstat (limited to 'style.css')
-rw-r--r--style.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/style.css b/style.css
index 4ad622a..5c8b415 100644
--- a/style.css
+++ b/style.css
@@ -14,3 +14,35 @@ main {
header {
padding: 0.5rem 1rem;
}
+header nav {
+ display: inline-block;
+}
+header span {
+ margin-right: 10px;
+}
+nav ul {
+ list-style-type: none;
+ border-left: 1px solid;
+ margin: 0;
+ padding: 0;
+}
+nav ul li {
+ display: inline-block;
+ border-right: 1px solid;
+ padding: 2px 10px;
+ margin: 0;
+}
+li {
+ margin-left: 1rem;
+}
+p {
+ margin: 1rem 0;
+ line-height: 1.5rem;
+}
+img {
+ width: 100%;
+ height: auto;
+}
+figure {
+ margin: 1rem 4rem;
+}