some fixes
This commit is contained in:
parent
2792f8dcfa
commit
94df3810ec
2 changed files with 17 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Blog powered by Matrix">
|
||||
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
|
||||
<title>Blog</title>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -11,11 +12,13 @@
|
|||
<script src="https://cdnjs.cloudflare.com/ajax/libs/dompurify/3.0.6/purify.min.js" integrity="sha512-H+rglffZ6f5gF7UJgvH4Naa+fGCgjrHKMgoFOGmcPTRwR6oILo5R+gtzNrpDp7iMV3udbymBVjkeZGNz1Em4rQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
<script src="blog.js"></script>
|
||||
<style>
|
||||
tr {
|
||||
tr, article, p {
|
||||
white-space: normal;
|
||||
overflow-wrap: break-word;
|
||||
text-wrap: break-word;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
</style>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue