From 3109b999592ee0e8899834c17703296fe0ea3c55 Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 20 Nov 2025 07:40:34 +0900 Subject: [PATCH] fix css h1 --- my-blog/static/css/style.css | 2 +- my-blog/templates/base.html | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/my-blog/static/css/style.css b/my-blog/static/css/style.css index 020e182..277dc14 100644 --- a/my-blog/static/css/style.css +++ b/my-blog/static/css/style.css @@ -1922,4 +1922,4 @@ button#searchButton.pds-btn { .article-body table td:last-child { border-bottom: 0; } -} \ No newline at end of file +} diff --git a/my-blog/templates/base.html b/my-blog/templates/base.html index 200d597..38a6503 100644 --- a/my-blog/templates/base.html +++ b/my-blog/templates/base.html @@ -22,8 +22,7 @@