From 443db49e7fff4da2e22dd5625469c3e6ead43949 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 20 Jul 2018 18:03:39 +0100 Subject: [PATCH] Fix image widths --- source/_posts/running-phpunit-tests-docksal-phpstorm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/running-phpunit-tests-docksal-phpstorm.md b/source/_posts/running-phpunit-tests-docksal-phpstorm.md index 1dfca29c..864298b5 100644 --- a/source/_posts/running-phpunit-tests-docksal-phpstorm.md +++ b/source/_posts/running-phpunit-tests-docksal-phpstorm.md @@ -56,7 +56,7 @@ Now PhpStorm can connect to Docksal, I can configure it to do so by adding a new - Click 'Add' to configure a new deployment server. - Enter a name like 'Docksal', and select SFTP as the server type. -![Adding a new deployment server](/assets/images/blog/phpstorm-phpunit-docksal/deployment-1.png){.with-border.max-w-sm} +![Adding a new deployment server](/assets/images/blog/phpstorm-phpunit-docksal/deployment-1.png){.with-border .sm:max-w-sm} ### Connection settings @@ -120,7 +120,7 @@ Any test failures are shown here too, and for some failures like differences bet ![Showing a failing test](/assets/images/blog/phpstorm-phpunit-docksal/test-failure-1.png){.with-border} -![Displaying the difference between two arrays](/assets/images/blog/phpstorm-phpunit-docksal/test-failure-2.png){.with-border.max-w-md} +![Displaying the difference between two arrays](/assets/images/blog/phpstorm-phpunit-docksal/test-failure-2.png){.with-border .sm:max-w-md} ### Keyboard shortcuts