diff --git a/site/style.css b/site/style.css index 81372c4..9500de0 100644 --- a/site/style.css +++ b/site/style.css @@ -5,15 +5,20 @@ html { } main { - width: 800px; + width: calc(100% - 82px); + max-width: 800px; background-color: #222; margin: auto; padding: 2px 32px 32px; border-left: 4px solid #d3f; } -@media screen and (max-width:900px) { - main { - width: calc(100% - 82px); - } +code { + font-size: 1rem; + background-color: #1c1c1c; + color: #f90; +} + +video { + max-width: 100%; } \ No newline at end of file