From d628c21abd59e4ccace212628b964df195b1f57a Mon Sep 17 00:00:00 2001 From: Irshanac Date: Sun, 18 Aug 2024 19:51:02 +0430 Subject: [PATCH] join messege --- src/app/Instruction/page.tsx | 28 ++-- src/app/Join/page.tsx | 2 +- src/app/Latest/page.tsx | 20 +-- src/app/contact/page.tsx | 2 +- src/app/coordinator-dashboard/page.tsx | 2 +- src/app/user-dash-home/page.tsx | 171 +++++++++---------------- 6 files changed, 88 insertions(+), 137 deletions(-) diff --git a/src/app/Instruction/page.tsx b/src/app/Instruction/page.tsx index f6f2e9a..eab042d 100644 --- a/src/app/Instruction/page.tsx +++ b/src/app/Instruction/page.tsx @@ -4,21 +4,26 @@ import React from 'react'; import { Container, Row, Col } from 'react-bootstrap'; const Instruction = () => { + const mobileStyles = { + paddingLeft: '20px', + paddingTop: '40px', + paddingRight: '25px', + overflowY: 'scroll', // This will be applied on mobile screens + }; return ( <> - +
-

വിത്തുകള് നടുന്ന വിധം

+

വിത്തുകള് നടുന്ന വിധം

- - - - -
-
- - - {/* Example content */} +
+ + + +
+
+ +

1.ബദാം, പേര, നീർമരുത്, വേങ്ങ, താന്നി, കുമിഴ് : ഇവ ചാക്കോടെ രണ്ട് ദിവസം പച്ചവെള്ളത്തിലിടുക, പിന്നെ ബെഡിലിടുക.

2.നെല്ലി, ഉങ്ങ്,കരിങ്ങാര്, സീതാപ്പഴം, കൂവളം, മാദളം, ചമത, മന്താരം, പൂവരശ്, സുബാബൂല്‍: ഇവ രണ്ട് മണിക്കൂര്‍ പച്ചവെള്ളത്തിലിടുക അതിന് ശേഷം ബെഡിലിടുക. മുകളില്‍ പൊടിമണ്ണിടുക താഴ്ത്തി നനയ്ക്കുക.

3.മഹാഗണി, വീട്ടി, ലക്ഷ്മി തരു : മൂന്ന് മണിക്കൂര്‍ പച്ചവെള്ളത്തിലിടുക. പിന്നെ ബെഡിലിടുക. വിത്ത് മറയുന്ന രീതിയില്‍ മണ്ണിടുക.

@@ -36,6 +41,7 @@ const Instruction = () => {
+