You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ki...@apache.org on 2022/03/31 21:00:26 UTC

[beam] branch master updated: [BEAM-14164] [Website] change styles

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

kileysok pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d186ea  [BEAM-14164] [Website] change styles
     new 4dddaf9  Merge pull request #17171 from akvelon/BEAM-14164-fix-playground-on-homepage
5d186ea is described below

commit 5d186ea6b2bc1aed0638831bcad279d26fbe7a0a
Author: bulat safiullin <bu...@akvelon.com>
AuthorDate: Thu Mar 24 13:12:23 2022 +0600

    [BEAM-14164] [Website] change styles
---
 website/www/site/assets/scss/_playground.sass | 4 +++-
 website/www/site/layouts/index.html           | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/website/www/site/assets/scss/_playground.sass b/website/www/site/assets/scss/_playground.sass
index ade73f9..3b29f58 100644
--- a/website/www/site/assets/scss/_playground.sass
+++ b/website/www/site/assets/scss/_playground.sass
@@ -18,7 +18,9 @@
 @import "media"
 
 .playground-section
-  padding: $pad-l $pad
+  padding: $pad
+  h1
+    text-align: center
 
 .playground
   width: 100%
diff --git a/website/www/site/layouts/index.html b/website/www/site/layouts/index.html
index f541873..1497e5b 100644
--- a/website/www/site/layouts/index.html
+++ b/website/www/site/layouts/index.html
@@ -61,7 +61,7 @@
 {{ end }}
 
 {{ define "playground-section" }}
-<div class="body__contained body__section-nav playground">
+<div class="body__contained body__section-nav playground-section">
   <h1>Try Beam Playground</h1>
   <p>Beam Playground is an interactive environment to try out Beam transforms and examples without having to install Apache Beam in your environment.
     You can try the Apache Beam examples at <a href="https://play.beam.apache.org/">Beam Playground (Beta)</a>.