Update post.html

This commit is contained in:
glossimute 2025-05-19 14:34:24 +09:00
parent fbeb1de3e4
commit bba7d401ae
1 changed files with 2 additions and 3 deletions

View File

@ -24,7 +24,6 @@
margin: 0 auto; margin: 0 auto;
padding-left: 16px; padding-left: 16px;
padding-right: 16px; padding-right: 16px;
text-align: center;
} }
#postBody hr{height:2px;} #postBody hr{height:2px;}
@ -42,7 +41,7 @@
#button.btn.circle { #button.btn.circle {
border: none; border: none;
border-radius: 50%; border-radius: 50%;
padding: 14px 16px; padding: 0;
background: none; background: none;
display: flex; display: flex;
align-items: center; align-items: center;