From 1ee175c6bea9bdc15188ad475565149487cb27f2 Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 6 May 2024 21:53:29 +0200 Subject: Breadcrumbs tmp --- assets/css/main.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'assets/css/main.css') diff --git a/assets/css/main.css b/assets/css/main.css index 9f6cb73..830da4e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -157,6 +157,12 @@ footer a { align-items: baseline; } +.tag-line { + margin-bottom: .5rem; + display: flex; + align-items: baseline; +} + .post-line p { margin-top: 0rem; margin-bottom: 0rem; @@ -177,6 +183,10 @@ footer a { margin: 0; } +.tag-title { + margin: 0; +} + .line-summary { font-size: small; margin-top: .2rem !important; @@ -329,4 +339,11 @@ footer a { .not-found div h1 { font-size: 6rem; margin-bottom: 3rem; +} + +/* breadcrumbs */ + +.breadcrumbs { + /* font-family: "Monaspace"; */ + font-size: small; } \ No newline at end of file -- cgit v1.2.3