summaryrefslogtreecommitdiff
path: root/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'head.html')
-rw-r--r--head.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/head.html b/head.html
index d3c2d34..ef35088 100644
--- a/head.html
+++ b/head.html
@@ -12,7 +12,8 @@ header {display:grid;grid-template-columns:1fr 3fr;}
#me {max-width:100%;grid-row: 1/3;grid-column:1;margin:auto}
header * {margin:auto}
header p {padding:1em}
-
-#things {display:flex}
-#things div {flex:1;border:1px solid black}
+.breadcrumb {font-size:smaller;}
+.breadcrumb ol {list-style:none;padding-left:1em}
+.breadcrumb li {display:inline;}
+.breadcrumb li+li::before {content:"|\00a0";padding:4px;}
</style>