From e0f8d377288a04aa7afdd20193b073ca5f2b86b8 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 28 Apr 2024 17:47:14 +0900 Subject: [PATCH] fix --- layouts/partials/particles.html | 11 +++++------ static/css/style.css | 9 +++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/layouts/partials/particles.html b/layouts/partials/particles.html index f79bc6f4..12d19ccb 100644 --- a/layouts/partials/particles.html +++ b/layouts/partials/particles.html @@ -1,14 +1,11 @@ diff --git a/static/css/style.css b/static/css/style.css index 48718195..267c28b5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1294,10 +1294,6 @@ button.comment_open:hover { padding: 30px; } -.sun { - display: block; -} - .nasa { display: none; } @@ -1308,6 +1304,11 @@ button.comment_open:hover { text-align: center; width: 100%; } + +.sun-particles { + display: block; +} + .sun-button img { width: 50px; margin: 50% 0 0 0;