portico: Update screenshots on /apps.

The border radius is a compromise between:
* Windows: no border radius on windows
* Mac: border radius top and bottom
* Ubuntu: border radius only on top

Ideally the image itself would just have border radius matching the OS, but
that's a bit tricky to do in the image editing software I'm using.
This commit is contained in:
Rishi Gupta 2019-03-06 22:00:28 -08:00 committed by Tim Abbott
parent 674abdef43
commit aa5770f824
4 changed files with 4 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 313 KiB

After

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 227 KiB

After

Width:  |  Height:  |  Size: 378 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 300 KiB

After

Width:  |  Height:  |  Size: 356 KiB

View File

@ -2097,6 +2097,10 @@ nav ul li.active::after {
z-index: 1;
}
.portico-landing.apps .hero .image img {
border-radius: 4px 4px 0px 0px;
}
.portico-landing.apps .hero .info .cta {
text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.3);
max-width: 600px;