diff --git a/apps/web/public/images/Champion-Badge.png b/apps/web/public/images/Champion-Badge.png index 3c5dc55..e742101 100644 Binary files a/apps/web/public/images/Champion-Badge.png and b/apps/web/public/images/Champion-Badge.png differ diff --git a/apps/web/public/images/Warrior-Badge.png b/apps/web/public/images/Warrior-Badge.png index a37c1ec..4a043b9 100644 Binary files a/apps/web/public/images/Warrior-Badge.png and b/apps/web/public/images/Warrior-Badge.png differ diff --git a/apps/web/src/app/assets/css/Contents.css b/apps/web/src/app/assets/css/Contents.css index 495bcfa..3b17244 100644 --- a/apps/web/src/app/assets/css/Contents.css +++ b/apps/web/src/app/assets/css/Contents.css @@ -1,9 +1,26 @@ + +.h-t-contents{ + display: flex; + flex-direction: column; + align-items: center; +} + +.line-top-br{ + display: flex; + border-top: 1px solid #f5CC00; + width: 90%; + height: auto; +} .f-tr-img{ display: flex; width: 100%; height: auto; } - +.c-bottom{ + display: grid; + background-color: #f5CC00; + margin-bottom: 0; +} @media only screen and (max-width: 400px) { #txt-3-s{ diff --git a/apps/web/src/app/assets/css/Footer.css b/apps/web/src/app/assets/css/Footer.css index aa271d6..91bd0cc 100644 --- a/apps/web/src/app/assets/css/Footer.css +++ b/apps/web/src/app/assets/css/Footer.css @@ -3,11 +3,11 @@ footer { background-color: #F5CC00; color: #003566; - padding: 1rem 0; + padding: 1rem; position: relative; bottom: 0; width: 100%; - margin-top: auto; + margin-top: 0; } .f-content { @@ -15,18 +15,44 @@ footer { flex-direction: row; align-items: center; margin: 0 auto; - width: 100%; + width: 90%; + height: auto; + justify-content: center; + align-content: center; + border-top: 1px solid #003566; + gap: 10rem; + padding: 20px; + } + .not-f-c{ + display: flex; + flex-direction: row; + align-items: center; + margin: 0 auto; + width: 90%; height: auto; justify-content: center; align-content: center; gap: 10rem; + padding: 20px; } .leftColumn { display: flex; + flex-direction: column; justify-content: center; - gap: 1rem; + gap: 10px; + align-items: center; + } + .title{ + display: flex; + justify-content: center; + align-items: center; + margin-bottom: -45px; + } + .btn-app-st{ + display: flex; align-items: center; + justify-items: center; } .text { diff --git a/apps/web/src/app/assets/css/NFT.css b/apps/web/src/app/assets/css/NFT.css index e9f3022..3fed2e2 100644 --- a/apps/web/src/app/assets/css/NFT.css +++ b/apps/web/src/app/assets/css/NFT.css @@ -49,9 +49,8 @@ display: flex; justify-content: center; align-items: center; - background-color: whitesmoke; outline: 1px solid #F5CC00; - color: #003566; + color: whitesmoke; flex-direction: column; padding: 23px; width: 260px; diff --git a/apps/web/src/app/pages/contents.tsx b/apps/web/src/app/pages/contents.tsx index eea9ed4..ccf2591 100644 --- a/apps/web/src/app/pages/contents.tsx +++ b/apps/web/src/app/pages/contents.tsx @@ -3,12 +3,12 @@ import Image from "next/legacy/image"; const Content_Area = () => { + return ( <> -