diff --git a/static/css/general.css b/static/css/general.css index 697d196..fc3091b 100644 --- a/static/css/general.css +++ b/static/css/general.css @@ -68,7 +68,7 @@ table { border-right: none; border-bottom: none; border-collapse: collapse; - margin: 1rem 2rem; + margin: 1rem 2.5vw; } td, th { @@ -80,6 +80,13 @@ td, th { padding: 0.5rem 1rem; } +@media (max-width: 30rem), (max-width: 1000px) { + table { + margin-right: 0; + margin-left: 0; + } +} + @media (prefers-color-scheme: dark) { html { background-color: black;