From 5cf64266f895fd14ce230c5c0c7cbf0ce2bb3e1f Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Sat, 6 May 2017 10:18:42 +0100 Subject: [PATCH] docs(aio): fix sizing of marketing doc images This commit ensures that all the images in the marketing docs are correcly sized. Related to #16600 --- aio/content/marketing/index.html | 4 ++-- aio/content/marketing/presskit.html | 2 +- aio/src/styles/2-modules/_presskit.scss | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/aio/content/marketing/index.html b/aio/content/marketing/index.html index ac068ae38e..17d4c88a69 100755 --- a/aio/content/marketing/index.html +++ b/aio/content/marketing/index.html @@ -24,7 +24,7 @@
- responsive framework + responsive framework
@@ -48,7 +48,7 @@
- speed and performance + speed and performance
diff --git a/aio/content/marketing/presskit.html b/aio/content/marketing/presskit.html index 9eaf1022d5..37ad1c156e 100644 --- a/aio/content/marketing/presskit.html +++ b/aio/content/marketing/presskit.html @@ -129,7 +129,7 @@ original AngularJS logo / icon, and not the Angular icon.

- AngularJS Logo + AngularJS Logo

Angular Material

diff --git a/aio/src/styles/2-modules/_presskit.scss b/aio/src/styles/2-modules/_presskit.scss index 5810d50b00..6d9a57a8c7 100644 --- a/aio/src/styles/2-modules/_presskit.scss +++ b/aio/src/styles/2-modules/_presskit.scss @@ -39,6 +39,7 @@ margin-top: 10px; border-radius: 4px; width: 128px; + height: 128px; background-color: #34474F; } @@ -65,6 +66,7 @@ img { width: 128px; + height: 128px; margin-bottom: $unit * 2; } }