You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/05/21 19:25:08 UTC

[incubator-nlpcraft-website] branch master updated: CSS fix.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2bef1f9  CSS fix.
2bef1f9 is described below

commit 2bef1f92be1f845f5be975139b615876d4c5f943
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Thu May 21 12:24:59 2020 -0700

    CSS fix.
---
 _scss/index.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_scss/index.scss b/_scss/index.scss
index 8fa32bb..9821125 100644
--- a/_scss/index.scss
+++ b/_scss/index.scss
@@ -261,7 +261,7 @@
 
 div.quick-link {
     display: block;
-    padding: 8px 0 0 20px;
+    padding: 8px 0 0 15px;
     margin: 0 10px 20px 0;
     height: 50px;
     min-width: 350px;
@@ -273,7 +273,7 @@ div.quick-link {
     background-color: $color-magnolia;
 
     .txt {
-        font-size: 90%;
+        font-size: 85%;
     }
 
     .sep {