Skip to content

Commit

Permalink
Merge pull request #170 from neo-project/feature/contribute-button
Browse files Browse the repository at this point in the history
Feature/contribute button
  • Loading branch information
apisit authored Dec 2, 2024
2 parents 8c0be1b + f7522b5 commit de3cca8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/css/tailwind.output.css
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,11 @@ ul li p, ol li p {
padding-bottom: 0.75rem;
}

.py-2{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

.py-20{
padding-top: 5rem;
padding-bottom: 5rem;
Expand All @@ -1154,11 +1159,6 @@ ul li p, ol li p {
padding-bottom: 7rem;
}

.py-2{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

.px-3{
padding-left: 0.75rem;
padding-right: 0.75rem;
Expand Down
4 changes: 2 additions & 2 deletions src/pages/contribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export default function Contribute() {
<p className='text-secondary'>Neo documentation is a community-driven effort. Join us by contributing your knowledge to help Neo developers.</p>
</div>
<img src="/contribute/header.png" />
<div className="mt-12 flex items-center justify-center>
<a target="_blank" class="bg-primary text-secondary w-full py-2 font-semibold block text-center hover:text-secondary hover:no-underline" href="https://github.com/neo-project/neo-dev-portal">Contribute</a>
<div className="mt-12 flex items-center justify-center">
<a target="_blank" className="bg-primary text-secondary px-6 py-2 font-semibold block text-center hover:text-secondary hover:no-underline" href="https://github.com/neo-project/neo-dev-portal">Contribute</a>
</div>
<div className="mt-12 flex flex-col gap-4 mb-12">
<h3>How to create a tutorial</h3>
Expand Down

0 comments on commit de3cca8

Please sign in to comment.