fix: 長いリンクがoverflowする問題の修正

This commit is contained in:
moris 2024-12-23 08:31:56 +09:00
parent 50abc892c7
commit 431e51bb7e

View File

@ -1,5 +1,6 @@
.markdown {
width: 100%;
overflow-wrap: anywhere;
@media (width>480px) {
font-size: 1.125em;