add support for markdown text files

This commit is contained in:
Lachlan Kermode
2019-01-03 13:04:55 +00:00
parent b60d3053c7
commit 5552aa563f
7 changed files with 74 additions and 24 deletions

View File

@@ -156,8 +156,8 @@ $header-inset: 10px;
}
}
.source-image-container {
padding: 0 25px;
.source-image-container, .source-text-container {
padding: 0 10em;
display: flex;
justify-content: center;
align-items: center;