diff --git a/my-blog/templates/oauth-assets.html b/my-blog/templates/oauth-assets.html
index c8f851d..d1e9527 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 78f6382..152b901 100644
--- a/oauth/src/App.css
+++ b/oauth/src/App.css
@@ -199,6 +199,22 @@
.comment-header {
padding: 10px !important;
}
+
+ /* Fix overflow on article pages */
+ article.article-content {
+ overflow-x: hidden !important;
+ }
+
+ /* Ensure full width on mobile */
+ .app {
+ max-width: 100vw !important;
+ }
+
+ /* Fix button overflow */
+ button {
+ max-width: 100%;
+ white-space: normal;
+ }
}
.gacha-section {