From 093425e240308f097f341bd214a45cd976e89ae2 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 8 Dec 2020 14:33:03 -0500 Subject: added tox to contact, added scrum planning post --- includes/stylesheet.css | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'includes/stylesheet.css') diff --git a/includes/stylesheet.css b/includes/stylesheet.css index 1fbee17..fdefbae 100644 --- a/includes/stylesheet.css +++ b/includes/stylesheet.css @@ -98,12 +98,16 @@ article ul { } article ul li { - padding-left: 16px; + padding: 0.5em; } article ul li:before { content: "➙"; - padding-right: 8px; + padding-right: 0.5em; +} + +article ol li { + padding: 0.5em; } p img { @@ -122,3 +126,18 @@ iframe { margin-left: auto; margin-right: auto; } + +.list { + overflow-x: auto; +} + +.list table { + width: 100%; +} + +.list td, +th { + padding: 0.5em; + text-align: left; + border-bottom: 1px solid var(--charcoal); +} -- cgit v1.2.3