This commit is contained in:
Morgan 2023-11-08 16:37:42 +09:00
parent 9cbd8af447
commit ef572d4899
2 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,8 @@
bottom: 30px;
right: 30px;
z-index: 99;
width: 24px;
height: 24px;
border: none;
outline: none;
background-color: var(--tertiary);

View File

@ -51,7 +51,7 @@
@media (max-width: 768px) {
.post-content {
font-size: 15.5px;
word-break: break-all;
word-break: break-word;
}
}