You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2017/10/14 00:36:30 UTC

[beam-site] branch mergebot updated (03e9c45 -> b578b6d)

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a change to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from 03e9c45  This closes #333
     add 72fc821  Prepare repository for deployment.
     new 1c390a4  [MINOR] Updated hero and cards background to use background-size: cover for better mobile support
     new b578b6d  This closes #330

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/contribute/runner-guide/index.html           | 2 +-
 content/documentation/programming-guide/index.html   | 6 ++++--
 content/get-started/mobile-gaming-example/index.html | 7 +++++--
 content/get-started/wordcount-example/index.html     | 2 +-
 src/_sass/_cards.sass                                | 2 +-
 src/_sass/_hero.sass                                 | 2 +-
 6 files changed, 13 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam-site] 01/02: [MINOR] Updated hero and cards background to use background-size: cover for better mobile support

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 1c390a45afc73632ed3126a40bd7fd7196542a62
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Tue Oct 3 22:36:59 2017 +0200

    [MINOR] Updated hero and cards background to use background-size: cover for better mobile support
---
 src/_sass/_cards.sass | 2 +-
 src/_sass/_hero.sass  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/_sass/_cards.sass b/src/_sass/_cards.sass
index 282bc2b..8670909 100644
--- a/src/_sass/_cards.sass
+++ b/src/_sass/_cards.sass
@@ -1,6 +1,6 @@
 .cards
   background-image: url(../images/cards_bg.svg)
-  background-size: 100%
+  background-size: cover
   background-repeat: no-repeat
   background-position: top
   text-align: center
diff --git a/src/_sass/_hero.sass b/src/_sass/_hero.sass
index fc73b58..6553fd9 100644
--- a/src/_sass/_hero.sass
+++ b/src/_sass/_hero.sass
@@ -1,7 +1,7 @@
 .hero-bg
   background-image: url(../images/hero_bg_flat.svg)
   background-repeat: no-repeat
-  background-size: contain
+  background-size: cover
   background-position: top center
   margin-top: -50px
   +md

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.

[beam-site] 02/02: This closes #330

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit b578b6daebe472ebbfd92d7875b485ed36891c33
Merge: 72fc821 1c390a4
Author: Mergebot <me...@apache.org>
AuthorDate: Sat Oct 14 00:36:09 2017 +0000

    This closes #330

 src/_sass/_cards.sass | 2 +-
 src/_sass/_hero.sass  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.