]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Add missing semicolon
authorRuben Beltran del Rio <redacted>
Thu, 26 Sep 2024 21:26:07 +0000 (23:26 +0200)
committerRuben Beltran del Rio <redacted>
Thu, 26 Sep 2024 21:26:07 +0000 (23:26 +0200)
css/style.css

index e00fdb0a164b2e262785f99ce70c9c285a7e5fd6..ea6ed59023297c9e483dad2efa91d76077f7499f 100644 (file)
@@ -61,7 +61,7 @@ pre {
   background-color: #eee;
   font-family: courier, monospace;
   font-size: 0.875em;
-  max-width: 55em
+  max-width: 55em;
   overflow-x: auto;
   padding: 1em;
 }