mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-24 23:59:46 +02:00
Layout update (#208)
* Add right column * Cleanup * Fix center column position * Change sidebar width * Fixes * Make right column sticky * Add placeholder element to right column * Fix right aside padding top
This commit is contained in:
parent
b3d8a1bfd4
commit
669b78b967
4 changed files with 39 additions and 5 deletions
|
@ -21,9 +21,14 @@
|
|||
{% include "components/sidebar.twig" %}
|
||||
|
||||
<div class="docs__content">
|
||||
|
||||
<div class="docs__content-inner">
|
||||
{% block body %}{% endblock %}
|
||||
</div>
|
||||
|
||||
<aside class="docs__aside-right">
|
||||
<div style="width: 100%; height: 100px; background: grey"/>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/dist/main.bundle.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue