We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab9866 commit 83faaf0Copy full SHA for 83faaf0
1 file changed
src/pages/community-guidelines-slack.js
@@ -53,7 +53,7 @@ const ResourcesPage = () => {
53
</div>
54
55
56
- <div className="container">
+ <div className="container max-w-5xl bg-white px-6 md:px-10 lg:px-20">
57
<section className=" py-12">
58
<div className="text-lg my-10 post">
59
<p className="font-semibold">Dear SDV Community,</p>
@@ -85,7 +85,7 @@ const ResourcesPage = () => {
85
</p>
86
87
88
- <div className="sm:pl-8 md:pl-16 xl:pl-24">
+ <div className="sm:pl-8 md:pl-16 xl:pl-20">
89
90
<p className="text-3xl lg:text-4xl font-bold text-sdv-dark">
91
1. Keep the workspace organized
0 commit comments