fix: use fenced blocks for code

This commit is contained in:
Mahdi Dibaiee
2017-09-27 13:31:28 +03:30
parent b2a9490f8b
commit 03235504ba
2 changed files with 101 additions and 101 deletions

View File

@ -138,7 +138,7 @@ code {
font-size: 15px;
border: 1px solid $grey-color-light;
border-radius: 3px;
background-color: #eef;
background-color: white;
}
code {
@ -227,4 +227,4 @@ pre {
@font-face {
font-family: 'Ubuntu Mono';
src: url(fonts/UbuntuMono-Regular_gdi.woff);
}
}