diff --git a/media/css/index.css b/media/css/index.css index f4230b1..50da054 100644 --- a/media/css/index.css +++ b/media/css/index.css @@ -8,6 +8,12 @@ article section { font-family: 'Roboto', sans-serif; } +article section img { + display: block; + margin-left: auto; + margin-right: auto; +} + pre code { font-family: 'Source Code Pro', monospace; font-size: 80%;