mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 07:10:59 +00:00
Flatpage styling
This commit is contained in:
parent
a7d389020a
commit
23a3f7e9d2
2 changed files with 12 additions and 0 deletions
|
@ -345,6 +345,16 @@ img.emoji {
|
|||
height: 0.8em;
|
||||
}
|
||||
|
||||
/* Generic markdown styling */
|
||||
|
||||
.markdown p {
|
||||
margin: 4px 0 10px 0;
|
||||
}
|
||||
|
||||
.markdown li {
|
||||
margin: 4px 0 10px 0;
|
||||
}
|
||||
|
||||
/* Icon menus */
|
||||
|
||||
.icon-menu .option {
|
||||
|
|
|
@ -4,5 +4,7 @@
|
|||
|
||||
{% block content %}
|
||||
<h1>{{ title }}</h1>
|
||||
<div class="markdown">
|
||||
{{ content }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue