Add fonts asynchronousy and add all css inline

This commit is contained in:
Alexis Tacnet
2017-04-18 22:19:32 +02:00
parent 7726b3d5f7
commit faa591e120
8 changed files with 62 additions and 21 deletions

View File

@@ -0,0 +1,9 @@
section.main .content .markdown figure {
width: 110%;
margin-left: -4%;
}
section.main .content .markdown img {
max-width: 110%;
width: 110%;
margin-left: -4%;
}