From 8e910bc148a178756f4a92192aca21b38c082cc4 Mon Sep 17 00:00:00 2001 From: Apisit Date: Mon, 2 Dec 2024 19:34:15 +0900 Subject: [PATCH 1/2] fix html --- docs/n3/gettingstarted/gettingstarted.md | 1 + src/css/tailwind.output.css | 10 +++++----- src/pages/contribute.js | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 docs/n3/gettingstarted/gettingstarted.md diff --git a/docs/n3/gettingstarted/gettingstarted.md b/docs/n3/gettingstarted/gettingstarted.md new file mode 100644 index 0000000..a6a564a --- /dev/null +++ b/docs/n3/gettingstarted/gettingstarted.md @@ -0,0 +1 @@ +# getting started \ No newline at end of file diff --git a/src/css/tailwind.output.css b/src/css/tailwind.output.css index 60c31fa..a7d2b7a 100644 --- a/src/css/tailwind.output.css +++ b/src/css/tailwind.output.css @@ -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; @@ -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; diff --git a/src/pages/contribute.js b/src/pages/contribute.js index ce8eccb..945756d 100644 --- a/src/pages/contribute.js +++ b/src/pages/contribute.js @@ -17,8 +17,8 @@ export default function Contribute() {

Neo documentation is a community-driven effort. Join us by contributing your knowledge to help Neo developers.

-
Contribute +
+ Contribute

How to create a tutorial

From f7522b55ba75677e3fccaf72d51cae2d7c5394e4 Mon Sep 17 00:00:00 2001 From: Apisit Date: Mon, 2 Dec 2024 19:34:50 +0900 Subject: [PATCH 2/2] contribute button --- docs/n3/gettingstarted/gettingstarted.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 docs/n3/gettingstarted/gettingstarted.md diff --git a/docs/n3/gettingstarted/gettingstarted.md b/docs/n3/gettingstarted/gettingstarted.md deleted file mode 100644 index a6a564a..0000000 --- a/docs/n3/gettingstarted/gettingstarted.md +++ /dev/null @@ -1 +0,0 @@ -# getting started \ No newline at end of file