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

mauriciostekl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3aee9bb  updated style for separation of logo's section on the homepage
3aee9bb is described below

commit 3aee9bb7929c81d77a9762f9ae8d857ccd65d33c
Author: Mauricio Stekl <[email protected]>
AuthorDate: Tue Mar 9 12:19:35 2021 -0300

    updated style for separation of logo's section on the homepage
---
 css/ignite-redesign.css | 2 +-
 scss/homepage.scss      | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/css/ignite-redesign.css b/css/ignite-redesign.css
index 26f689d..26c92c7 100644
--- a/css/ignite-redesign.css
+++ b/css/ignite-redesign.css
@@ -1 +1 @@
-@charset 
"UTF-8";code[class*=language-],pre[class*=language-]{color:#ccc;background:0 
0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu 
Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em
 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=langu [...]
\ No newline at end of file
+@charset 
"UTF-8";code[class*=language-],pre[class*=language-]{color:#ccc;background:0 
0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu 
Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em
 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=langu [...]
\ No newline at end of file
diff --git a/scss/homepage.scss b/scss/homepage.scss
index b707dc4..0ed1ac3 100644
--- a/scss/homepage.scss
+++ b/scss/homepage.scss
@@ -134,7 +134,8 @@
 #intro-text {
     // margin-bottom: 3rem; 
     padding: 2rem 0 2rem;
-    box-shadow: inset 0 -11px 10px -10px #c5c5c5;
+    // box-shadow: inset 0 -11px 10px -10px #c5c5c5;
+    border-bottom: 4px solid #eee;
     
 
     h2 {

Reply via email to