Force table width to be 100% to fit width of body

This commit is contained in:
Anthony Wang 2024-02-14 19:46:07 +00:00
parent a4538f3536
commit b31b120380
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -19,7 +19,8 @@ p {
}
table {
border-spacing: 1em;
width: 100%;
border-spacing: 0 1em;
}
picture, img {