You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dg...@apache.org on 2020/12/01 15:29:40 UTC

[incubator-datalab] branch gh-pages updated: Small fix

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

dgnatyshyn pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 8bf3a2d  Small fix
8bf3a2d is described below

commit 8bf3a2d788a9d15b4e7669a8b0c6555834f84d5f
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Tue Dec 1 17:29:17 2020 +0200

    Small fix
---
 src/style/style.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/style/style.scss b/src/style/style.scss
index b829ab5..d45b4bc 100755
--- a/src/style/style.scss
+++ b/src/style/style.scss
@@ -1868,7 +1868,7 @@ footer {
             padding-top: 30px;
             margin-bottom: 10px;
             position: relative;
-            border-bottom: 2px solid #1CBC79;
+            border-bottom: 1px solid #1CBC79;
         }
         h4{
             font-size: 20px;
@@ -1904,7 +1904,7 @@ footer {
         &::before {
             content: '';
             position: absolute;
-            top: 10px;
+            top: 8px;
             height: 5px;
             padding-right: 5px;
             margin-left: -18px;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org