From 3a187409f4aa8e1a868b4d91af66fb2d83ec3d37 Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Mon, 9 Dec 2019 21:23:24 -0500 Subject: [PATCH] Style the site-menu * Remove the list item bullets * Put some padding between the list items * Style the navigation area to be a flex box, with item wrapping * Add a decorative border to the navigation area --- layouts/_default/baseof.html | 2 +- static/css/layout.css | 13 +++++++++++++ static/css/style.css | 7 ++++++- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b51063a..77c396f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -23,7 +23,7 @@ {{ partial "header.html" . }} {{- end }} -