You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by yu...@apache.org on 2022/10/10 09:03:48 UTC

[incubator-devlake-website] branch main updated: fix: Join Community Responsiveness Fixed

This is an automated email from the ASF dual-hosted git repository.

yumeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new caab17b6d fix: Join Community Responsiveness Fixed
caab17b6d is described below

commit caab17b6dc3532b7f78f418a192c050320a30e46
Author: Henit Chobisa <ch...@gmail.com>
AuthorDate: Tue Oct 4 13:09:46 2022 +0530

    fix: Join Community Responsiveness Fixed
---
 src/components/Sections/JoinCommunity.tsx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/Sections/JoinCommunity.tsx b/src/components/Sections/JoinCommunity.tsx
index 2245e1b62..38e964015 100644
--- a/src/components/Sections/JoinCommunity.tsx
+++ b/src/components/Sections/JoinCommunity.tsx
@@ -5,9 +5,9 @@ import Join from "@site/static/img/Homepage/Join.png";
 import { InlineLink } from "./Components";
 
 export function JoinCommunity() {
-  return (<div className="flex justify-between sm:flex-col-reverse
-    my-[72px] rounded-[20px] bg-primary-200 px-6 py-[36px] font-inter
-    sm:w-[87vw] sm:my-6 sm:p-4 mobile:my-10 mobile:p-3">
+  return (<div className="flex align-self-center justify-between xl:relative right-2
+    my-[72px] rounded-[20px] bg-primary-200 px-5 py-[36px] font-inter xl:mx-auto xl:w-[72vw] xl:max-w-[1300px]
+    sm:w-[87vw] sm:my-6 sm:p-4 mobile:my-4 mobile:p-3">
     <div className="w-[600px] pr-3 sm:pr-[0] sm:w-auto">
       <div className="text-heading1 mb-3 text-primary-800 font-semibold
         sm:text-heading2">Join the Community</div>