Adjust markdown rendering

Julien LepillerSun Jun 20 23:50:01+0200 2021

05b4f30

Adjust markdown rendering

assets/css/gitile.css

133133
  font-family: monospace, monospace;
134134
}
135135
136+
article.formatted-file-content > * {
137+
  max-width: 800px;
138+
  margin-left: auto;
139+
  margin-right: auto;
140+
}
141+
136142
.formatted-file-content pre {
137143
  border: 1px solid #ddd;
138144
  box-shadow: 1px 1px 0 #eee;

141147
142148
.formatted-file-content h1 {
143149
  text-align: left;
150+
  font-size: 1.9em;
151+
  padding-bottom: 0.3em;
144152
  border-bottom: 1px solid #ddd;
145153
}
146154
147155
.formatted-file-content h2 {
156+
  padding-bottom: 0.2em;
148157
  border-bottom: 1px solid #ddd;
149158
}
150159