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