Some colors were changed

This commit is contained in:
Can Burak S 2021-10-23 14:35:21 +03:00
parent 9f03477789
commit f7f8c60027
3 changed files with 16 additions and 9 deletions

2
.gitignore vendored
View File

@ -23,3 +23,5 @@
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
.vercel

View File

@ -57,7 +57,7 @@ class MyDocument extends Document {
</div> </div>
{/* CONTENT */} {/* CONTENT */}
<main className="main parent-main"> <main className="main parent-main" id="main">
<Main ppp="" /> <Main ppp="" />
</main> </main>
</section> </section>

View File

@ -378,3 +378,8 @@ main.main {
border-right: 4px solid #32E0C4; border-right: 4px solid #32E0C4;
box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.3); box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.3);
} }
body section {
display: flex !important;
flex-direction: row !important;
}