From 92a1fb5ce4b83f975ff404fc79acf145853cb128 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 25 Oct 2021 11:28:46 -0400 Subject: hugo-pt2021/assets/style.sass: table captions below tables --- themes/hugo-pt2021/assets/style.sass | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/hugo-pt2021') diff --git a/themes/hugo-pt2021/assets/style.sass b/themes/hugo-pt2021/assets/style.sass index 945a3ee..9a241a7 100644 --- a/themes/hugo-pt2021/assets/style.sass +++ b/themes/hugo-pt2021/assets/style.sass @@ -67,3 +67,7 @@ // highlight icons on hover .navbar-item:hover .menu-icon opacity: 100% + +// table captions below tables +table.table + caption-side: bottom -- cgit v1.2.3