diff --git a/styles/base.css b/styles/base.css index 903aab1..9e30a2b 100644 --- a/styles/base.css +++ b/styles/base.css @@ -43,16 +43,12 @@ h6[titlenum]::before { nav { display: inline-block; - padding-left: 1rem; - padding-right: 1rem; + padding-left: 1em; + padding-right: 1em; border: thin solid black; box-shadow: 0px 2px 5px black; } -table{ - box-shadow: 0px 2px 5px black; -} - section {} section>h2, @@ -69,7 +65,9 @@ section div p { } #swot { + margin-top: 0.5em; border-collapse: collapse; + box-shadow: 0px 2px 5px black; } #swot th, @@ -79,6 +77,14 @@ section div p { border-width: thin; } +#swot th { + background-color: bisque; +} + +#swot td { + background-color: whitesmoke; +} + @media (min-width: 900px) { body { margin-left: auto;