Make code block preview padding consistent

This commit is contained in:
Cory LaViska
2020-07-17 06:36:38 -04:00
parent c755735e03
commit 1fdfd3f10a

View File

@@ -14,7 +14,7 @@
background-color: white;
min-width: 20rem;
max-width: 100%;
padding: 1.5rem 3rem 1.5rem 1.5rem;
padding: 1.5rem 3.25rem 1.5rem 1.5rem;
}
.code-block__resizer {