1
Fork 0

Better style inline code

This commit is contained in:
Jake Howard 2017-11-12 12:22:25 +00:00
parent 1b89ca7006
commit d1c71f852b
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -175,3 +175,8 @@ pre.chroma {
.plyr {
min-width: initial;
}
p code {
@extend .chroma;
padding: $spacer * 0.25;
}