Adjust markdown rendering
assets/css/gitile.css
133 | 133 | font-family: monospace, monospace; | |
134 | 134 | } | |
135 | 135 | ||
136 | + | article.formatted-file-content > * { | |
137 | + | max-width: 800px; | |
138 | + | margin-left: auto; | |
139 | + | margin-right: auto; | |
140 | + | } | |
141 | + | ||
136 | 142 | .formatted-file-content pre { | |
137 | 143 | border: 1px solid #ddd; | |
138 | 144 | box-shadow: 1px 1px 0 #eee; | |
… | |||
141 | 147 | ||
142 | 148 | .formatted-file-content h1 { | |
143 | 149 | text-align: left; | |
150 | + | font-size: 1.9em; | |
151 | + | padding-bottom: 0.3em; | |
144 | 152 | border-bottom: 1px solid #ddd; | |
145 | 153 | } | |
146 | 154 | ||
147 | 155 | .formatted-file-content h2 { | |
156 | + | padding-bottom: 0.2em; | |
148 | 157 | border-bottom: 1px solid #ddd; | |
149 | 158 | } | |
150 | 159 |