diff --git a/site/style.css b/site/style.css index bc32d34..81372c4 100644 --- a/site/style.css +++ b/site/style.css @@ -1,6 +1,7 @@ html { color-scheme: dark; font-family: sans-serif; + background-color: #111; } main { @@ -8,6 +9,11 @@ main { background-color: #222; margin: auto; padding: 2px 32px 32px; - border-left: 4px solid #d39; - border-right: 4px solid #d39; + border-left: 4px solid #d3f; +} + +@media screen and (max-width:900px) { + main { + width: calc(100% - 82px); + } } \ No newline at end of file