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 {