diff --git a/templates/zephyr/apps.html b/templates/zephyr/apps.html index db2d9a7888..ee68c00a41 100644 --- a/templates/zephyr/apps.html +++ b/templates/zephyr/apps.html @@ -60,7 +60,7 @@ Download Zulip for Mac

- +
@@ -104,7 +104,7 @@ sudo apt-get install zulip-desktop Download Zulip for Windows

- +
diff --git a/zephyr/static/images/app-screenshots/humbug-desktop-mac.png b/zephyr/static/images/app-screenshots/humbug-desktop-mac.png index ee04253de0..6de22b4de1 100644 Binary files a/zephyr/static/images/app-screenshots/humbug-desktop-mac.png and b/zephyr/static/images/app-screenshots/humbug-desktop-mac.png differ diff --git a/zephyr/static/images/app-screenshots/humbug-desktop-windows.png b/zephyr/static/images/app-screenshots/humbug-desktop-windows.png index f5c2dd4655..ec13593c8a 100755 Binary files a/zephyr/static/images/app-screenshots/humbug-desktop-windows.png and b/zephyr/static/images/app-screenshots/humbug-desktop-windows.png differ diff --git a/zephyr/static/styles/portico.css b/zephyr/static/styles/portico.css index 805d8a1f6d..cfa6d51b95 100644 --- a/zephyr/static/styles/portico.css +++ b/zephyr/static/styles/portico.css @@ -125,6 +125,10 @@ img.screenshot{ max-width: 150%; } +.full-width-screenshot { + width: 100%; +} + .little-bullet { /* In our footer navbar, the ยท doesn't get appropriate padding without this */ padding-left: 15px;