From 0b5e9e6d230581d8f09febcb0e2c0ee8b63f60ca Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 9 Feb 2021 22:39:08 -0800 Subject: [PATCH] More consistent widths --- assets-hugo/scss/custom.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets-hugo/scss/custom.scss b/assets-hugo/scss/custom.scss index ea79b70d..24abdc6e 100644 --- a/assets-hugo/scss/custom.scss +++ b/assets-hugo/scss/custom.scss @@ -246,7 +246,6 @@ footer { /* Styles for sections that are rendered from data, such as HTTP APIs and event schemas */ .rendered-data { margin: 1rem 0 3rem 0; - padding: 1rem; details { @@ -296,7 +295,6 @@ footer { } p { - margin: .5rem; max-width: 80%; } @@ -416,3 +414,9 @@ Make padding symmetrical (this selector is used in the default styles to apply p background-repeat: no-repeat; padding-left: 100px; } + +/* Full-width tables */ +.td-content > table { + width: 100%; + display: table; +}