Fix
This commit is contained in:
parent
9cbd8af447
commit
ef572d4899
|
@ -35,6 +35,8 @@
|
|||
bottom: 30px;
|
||||
right: 30px;
|
||||
z-index: 99;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border: none;
|
||||
outline: none;
|
||||
background-color: var(--tertiary);
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
@media (max-width: 768px) {
|
||||
.post-content {
|
||||
font-size: 15.5px;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue