fix table padding

This commit is contained in:
iacore 2024-02-14 16:23:25 +00:00
parent 8549873ab7
commit c401e49f40
Signed by: iacore
GPG key ID: F8C16E5157A63006

View file

@ -18,8 +18,8 @@ p {
line-height: 1.75;
}
table {
border-spacing: 0 1em;
table td {
padding: 0.5em;
}
picture, img {
@ -58,3 +58,4 @@ picture, img {
color: pink;
}
}