From 4342f6c360526fc168134a9f8dfca74c517d4115 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 21 May 2023 18:27:07 +0200 Subject: [PATCH] Styling voor footer --- themes/nluug/assets/scss/styles_footer.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 themes/nluug/assets/scss/styles_footer.scss diff --git a/themes/nluug/assets/scss/styles_footer.scss b/themes/nluug/assets/scss/styles_footer.scss new file mode 100644 index 0000000..ad1e29b --- /dev/null +++ b/themes/nluug/assets/scss/styles_footer.scss @@ -0,0 +1,3 @@ +footer nav ul li { + padding: 2px; +}