Fix some CSS issues

This commit is contained in:
Alexis Tacnet
2017-05-05 18:28:43 +02:00
parent 9b4e3dba09
commit f58f9b969e
2 changed files with 7 additions and 8 deletions

View File

@@ -6,4 +6,8 @@ section.main .content .markdown img {
max-width: 110%;
width: 110%;
margin-left: -4%;
}
section.main .content .markdown pre {
width: 110%;
margin-left: -4%;
}