From b489c2d58fc390b815f68fc5793afcf3e54888a8 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Thu, 2 Dec 2021 10:29:41 -0700 Subject: [PATCH] update transcription css --- _sass/transcription.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_sass/transcription.scss b/_sass/transcription.scss index c8b4986..d620e5a 100644 --- a/_sass/transcription.scss +++ b/_sass/transcription.scss @@ -1,3 +1,13 @@ table { table-layout: fixed; + width: 100%; +} + +#wrapper { + max-width: 100%; +} + +table ul { + padding: 0px; + margin: 0px; }