Some colors were changed
This commit is contained in:
parent
9f03477789
commit
f7f8c60027
2
.gitignore
vendored
2
.gitignore
vendored
@ -23,3 +23,5 @@
|
|||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
|
.vercel
|
||||||
|
@ -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>
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user