1
Fork 0

Fix code tag padding inline

This commit is contained in:
Jake Howard 2017-05-20 23:32:43 +01:00
parent e8469c2189
commit 049f4b43ff

View file

@ -31,6 +31,10 @@ pre code {
padding: 0; padding: 0;
} }
code {
padding: 0.25em;
}
.image { .image {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;