diff --git a/modules/home.php b/modules/home.php index 5e7f669..d3f1a13 100755 --- a/modules/home.php +++ b/modules/home.php @@ -30,6 +30,13 @@ if($traffic < 0) { .fix-text p { margin-bottom: 4px; } +.fix-text pre { + background: rgba(0,0,0,0.05); + border-radius: 4px; +} +.fix-image img { + max-width: 100%; +}