diff --git a/bl-themes/alternative/css/style.css b/bl-themes/alternative/css/style.css index e153187d..216ba061 100755 --- a/bl-themes/alternative/css/style.css +++ b/bl-themes/alternative/css/style.css @@ -14,6 +14,10 @@ section { padding: 150px 0; } +img { + max-width: 100%; +} + /* Navbar */ .navbar-nav-svg { display: inline-block; diff --git a/bl-themes/blogx/css/style.css b/bl-themes/blogx/css/style.css index cde8a826..b0def44a 100755 --- a/bl-themes/blogx/css/style.css +++ b/bl-themes/blogx/css/style.css @@ -14,6 +14,10 @@ section { padding: 150px 0; } +img { + max-width: 100%; +} + /* Navbar */ .navbar-nav-svg { display: inline-block; diff --git a/bl-themes/blogx/php/home.php b/bl-themes/blogx/php/home.php index 53b1a839..38b9114f 100644 --- a/bl-themes/blogx/php/home.php +++ b/bl-themes/blogx/php/home.php @@ -15,7 +15,7 @@ -