pre width inside li

This commit is contained in:
Matthew Hooker 2017-01-05 12:19:26 -08:00
parent aeb2cd02fc
commit 72d2dc1878
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 6 additions and 0 deletions

View File

@ -207,6 +207,12 @@ header .header {
font-size: 17px;
line-height: (30/17) !important;
margin-bottom: $baseline;
pre {
margin-left: -155px;
margin-right: -155px;
padding-left: 155px;
padding-right: 155px;
}
}
}