diff options
| author | 2018-06-02 18:58:00 +0100 | |
|---|---|---|
| committer | 2018-06-02 18:58:00 +0100 | |
| commit | 3ef6ffb70685dd38ab95fd0ec41f2adceb11ca8b (patch) | |
| tree | ad902e5c83c0b9f8e87a97aecf10019c0e6c0b28 /templates/wiki/base.html | |
| parent | [Jams] Send signup messages to jam log channel (diff) | |
[Wiki] Fix a CSS dumb
Diffstat (limited to 'templates/wiki/base.html')
| -rw-r--r-- | templates/wiki/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wiki/base.html b/templates/wiki/base.html index ee4e7d10..b34af7ad 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -191,7 +191,7 @@ <a class="uk-flex-left uk-flex uk-flex-column uk-background-primary uk-hidden@s uk-hidden@m uk-hidden@l uk-hidden@xl" id="wiki-sidebar-button"> <div class="uk-flex-center"><i class="uk-icon fa-fw far fa-bars"></i></div> </a> - <div class="uk-section uk-flex uk-flex-column" id="doc-view" style="flex-grow: 1; margin: 0 1rem 1rem; width: calc(100% - 6rem)"> + <div class="uk-section uk-flex uk-flex-column" style="flex-grow: 1; margin: 0 1rem 1rem; width: calc(100% - 6rem)"> {% block content %}{% endblock %} </div> </div> |