Link to README.md for a quick example homepage. Closes #17 for now

This commit is contained in:
Joe Roe 2022-01-10 17:32:36 +01:00
parent 10982d4bbb
commit 64ef5c2385
4 changed files with 10 additions and 3 deletions

View file

@ -206,3 +206,9 @@ th:first-child, td:first-child {
th {
text-align: inherit;
}
/* Figures */
img {
max-width: 100%;
height: auto;
}