diff --git a/blog.html b/blog.html
index 6834f53..16b0199 100644
--- a/blog.html
+++ b/blog.html
@@ -135,7 +135,7 @@
Add Comments
href="#!"
role="button"
data-mdb-ripple-color="dark"
- >
diff --git a/community.html b/community.html
index 9186c94..fbb6b3a 100644
--- a/community.html
+++ b/community.html
@@ -46,6 +46,7 @@
width: 300px;
height: 400px;
perspective: 1000px;
+ border-radius: 15px;
border: none;
transition: transform 0.6s;
}
@@ -112,6 +113,13 @@
.card-back a:hover {
color: #0056b3;
}
+
+ .community-section .container {
+ padding: 30px 15px;
+ max-width: 1200px;
+ margin: 0 auto;
+ text-align: center;
+ }
/* Footer styles */
.footer .share a {