From dca9e6c9e84cde92043526a4beacd32a939cda83 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 14 Jun 2025 22:20:19 +0900 Subject: [PATCH] fix mobile css --- my-blog/static/css/style.css | 2 +- my-blog/templates/oauth-assets.html | 4 ++-- oauth/src/App.css | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/my-blog/static/css/style.css b/my-blog/static/css/style.css index 6cb092d..0ea5489 100644 --- a/my-blog/static/css/style.css +++ b/my-blog/static/css/style.css @@ -796,7 +796,7 @@ article.article-content { @media (max-width: 1000px) { .main-header { - padding: 12px 0; + padding: 0px; } .header-content { diff --git a/my-blog/templates/oauth-assets.html b/my-blog/templates/oauth-assets.html index a8143ee..95bcb4d 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 60f5e3a..d86090a 100644 --- a/oauth/src/App.css +++ b/oauth/src/App.css @@ -171,6 +171,10 @@ .app .app-main { padding: 0px !important; } + + .comment-item { + padding: 0px; + } } .gacha-section {