From 2b803e5063bb13d8d60cc3f28ff15c1137c63a95 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Fri, 31 May 2024 20:05:55 +0200 Subject: [PATCH] more css --- site/style.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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