another css fix

This commit is contained in:
E. S. 2024-04-14 19:02:04 +00:00
parent bb302c0bc1
commit d235ef23d5

View File

@ -213,8 +213,9 @@ body.wide .blog-post {
margin-bottom: 20px; margin-bottom: 20px;
} }
p a { p a {
hyphens: auto; word-wrap: break-word;
word-break: break-all; //hyphens: auto;
//word-break: break-all;
} }
p:first-child, center:first-child { p:first-child, center:first-child {
margin-top: 0; margin-top: 0;