You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by hb...@apache.org on 2022/08/26 08:37:40 UTC

[age-website] branch new-web updated: edit landing page (#68)

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

hbshin pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/new-web by this push:
     new 17866d9  edit landing page (#68)
17866d9 is described below

commit 17866d9a96e4a643cb85224295f468649dd6069e
Author: ohshinyeop <46...@users.noreply.github.com>
AuthorDate: Fri Aug 26 17:37:36 2022 +0900

    edit landing page (#68)
    
    * RQ-1004
    
    * community-join / landing page
    
    * landing page style
    
    * landing page / footer / add perfect scrollbar module
    
    * 220823
    
    * edit projectDetai.js
    
    * 220826
    
    * edit reddit spinner
    
    * edit navbar link
    
    * edit landing page
    
    Co-authored-by: Hanbyeol Shin /  David Shin / 신한별 <76...@users.noreply.github.com>
---
 src/common/variable.scss               | 2 +-
 src/templates/styles/index.module.scss | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/common/variable.scss b/src/common/variable.scss
index ca070b3..5771475 100644
--- a/src/common/variable.scss
+++ b/src/common/variable.scss
@@ -1,6 +1,6 @@
 $shodow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 $shodow2: 0px 3px 6px #00000029;
-$landingConWidth: 95rem;
+$landingConWidth: 105rem;
 $conWidth: 73.75rem;
 $navHeight: 3.75rem;
 
diff --git a/src/templates/styles/index.module.scss b/src/templates/styles/index.module.scss
index 00da5dc..f1d7740 100644
--- a/src/templates/styles/index.module.scss
+++ b/src/templates/styles/index.module.scss
@@ -98,14 +98,14 @@
               width: 100%;
               font: normal normal bold 20px/28px Mark Pro;
               letter-spacing: 0.6px;
-              color: #472E77;
+              color: #eee;
             }
             div:nth-child(n+3):nth-child(-n+4) {
               width: 100%;
               padding: 0% 10%;
               font: normal normal normal 16px/20px Mark Pro;
               letter-spacing: 0px;
-              color: #472E77;
+              color: #eee;
             }
           }
           
@@ -162,10 +162,10 @@
           text-align: center;
           width: 12.5rem;
           height: 2.5rem;
-          font: $h4;
+          font: normal normal 500 1.125rem Mark Pro;
           border: solid 2px #fff;
           border-radius: 40px;
-          margin-bottom: 3rem;
+          margin-bottom: 1rem;
         }
         a:nth-child(1) {
           background-color: #896AC5;