diff --git a/my-blog/static/css/style.css b/my-blog/static/css/style.css
index aee304c..6591d80 100644
--- a/my-blog/static/css/style.css
+++ b/my-blog/static/css/style.css
@@ -822,6 +822,13 @@ article.article-content {
}
.comment-section {
+ max-width: 100% !important;
+ padding: 0px !important;
+ margin: 0px !important;
+ }
+
+ .comment-container {
+ max-width: 100% !important;
padding: 0px !important;
margin: 0px !important;
}
diff --git a/my-blog/static/index.html b/my-blog/static/index.html
index bd1f9d0..456c9d6 100644
--- a/my-blog/static/index.html
+++ b/my-blog/static/index.html
@@ -1,3 +1,3 @@
-
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/my-blog/templates/oauth-assets.html b/my-blog/templates/oauth-assets.html
index bd1f9d0..456c9d6 100644
--- a/my-blog/templates/oauth-assets.html
+++ b/my-blog/templates/oauth-assets.html
@@ -1,3 +1,3 @@
-
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/oauth/src/App.css b/oauth/src/App.css
index 80ba77f..733b7b2 100644
--- a/oauth/src/App.css
+++ b/oauth/src/App.css
@@ -324,6 +324,14 @@
/* padding: 20px; - removed to avoid double padding */
}
+@media (max-width: 768px) {
+ .comment-section {
+ max-width: 100%;
+ margin: 0;
+ padding: 0;
+ }
+}
+
.auth-section {
background: #f8f9fa;