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/31 08:41:46 UTC

[age-website] branch new-web updated: Update Project lisrt design

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 75286e7  Update Project lisrt design
75286e7 is described below

commit 75286e7cc79bf8d65f30589c70c9c411d2ad7c3a
Author: Hanbyeol Shin /  David Shin / 신한별 <76...@users.noreply.github.com>
AuthorDate: Wed Aug 31 17:41:39 2022 +0900

    Update Project lisrt design
---
 src/templates/index-page.js | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/templates/index-page.js b/src/templates/index-page.js
index 2328105..7fadd2a 100644
--- a/src/templates/index-page.js
+++ b/src/templates/index-page.js
@@ -113,16 +113,12 @@ export const IndexPageTemplate = ({
           </p>
           <AgeProjectList />
         </div>
-        
-      </section>
-
-      <section style={{backgroundPosition: 'center', backgroundSize: 'contain', backgroundRepeat: 'no-repeat'}}>
+        <hr style={{border: 'solid 1px #ffffff', margin: '2rem 0'}}/>
         <div className={styles.content}>
           <h2>AGE Viewer Projects</h2>
           <p></p>
           <AgeViewerProjectList />
         </div>
-        
       </section>
 
       <section style={{backgroundPosition: 'center', backgroundSize: 'contain', backgroundRepeat: 'no-repeat'}}>