chg: [css] beautify table

pull/56/head
Christophe Vandeplas 2022-01-08 16:47:17 +01:00
parent ea78b7b8d9
commit 7388b6530e
1 changed files with 12 additions and 0 deletions

View File

@ -15,6 +15,18 @@
font-size: 18px;
}
/* beautify tables */
#content th {
border-bottom: solid 5px var(--primary-accent);
line-height: 1.1;
margin-bottom: 0;
padding-bottom: 10px;
}
#content td, th {
padding: 5px;
}
/* all img in blog posts are responsive */
#blog-post img {
display: block;