mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-10 21:34:10 -05:00
This commit adds some basic type sizes, weights and spacing for HTML elements scoped inside a `.documentation` container. It also tweaks some of the Markdown so that it renders the same as it does on Github.
16 lines
266 B
HTML
16 lines
266 B
HTML
{% extends "withoutnav_template.html" %}
|
||
|
||
{% block page_title %}
|
||
API documentation – GOV.UK Notify
|
||
{% endblock %}
|
||
|
||
{% block maincolumn_content %}
|
||
|
||
<div class="grid-row">
|
||
<div class="column-two-thirds documentation">
|
||
{{ body }}
|
||
</div>
|
||
</div>
|
||
|
||
{% endblock %}
|