git-repo-styles

Design documents for git.pablopie.xyz ✏️

Commit
46a4c7a08e8856a277a1576c7bc89702286afe51
Parent
15e3bc53286df1ad896ea3951bdf83e871d28196
Author
Pablo <pablo-escobar@riseup.net>
Date

Added padding to code blocks

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified styles.css 2 1 1
diff --git a/styles.css b/styles.css
@@ -137,7 +137,7 @@ main > *:last-child, #readme > *:last-child {
 .codeblock {
   background: var(--dark-background);
   border-left: 5px solid var(--accent);
-  padding-left: 1em;
+  padding: 1em;
 
   overflow-x: scroll;
   scrollbar-width: none;