diff options
Diffstat (limited to 'themes/hugo-pt2021')
-rw-r--r-- | themes/hugo-pt2021/assets/style.sass | 4 |
1 files changed, 4 insertions, 0 deletions
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 |