Correct margins for inline code blocks

This commit is contained in:
Chris Bednarski 2016-03-11 17:29:25 -08:00
parent 4588c34efb
commit e464a8b8d8
1 changed files with 2 additions and 2 deletions

View File

@ -237,8 +237,8 @@ header .header {
margin-right: -135px;
padding-top: 40px;
padding-bottom: 40px;
padding-left: 80px;
padding-right: 80px;
padding-left: 135px;
padding-right: 135px;
border-radius: 0;
}
}