.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Captain ALM 2022-07-27 14:34:04 +01:00
parent d18064ac9b
commit 049d5e332a
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ main{
text-align: center;
}
.content > p{
word-break: break-all;
margin-top: 0.5em;
margin-bottom: 0.5em;
}

View File

@ -18,7 +18,7 @@
text-align: left;
border: black 1px solid;
border-collapse: collapse;
word-break: break-word;
word-break: break-all;
}
table, td {
background-color: lightgray;