Fix centering of content
This commit is contained in:
parent
ca238a5d38
commit
89acb43003
|
@ -51,7 +51,9 @@
|
|||
</div>
|
||||
{% for section in sections %}
|
||||
<section style="--section-number: {{ forloop.index }}">
|
||||
{{ section }}
|
||||
<div class="section-content-wrapper">
|
||||
{{ section }}
|
||||
</div>
|
||||
</section>
|
||||
{% endfor %}
|
||||
<footer>
|
||||
|
|
|
@ -30,8 +30,9 @@ main > section {
|
|||
|
||||
padding: 50px 0;
|
||||
}
|
||||
main > section > * {
|
||||
width: min(80vw, 700px)
|
||||
main > section > .section-content-wrapper {
|
||||
max-width: 700px;
|
||||
width: 80vw;
|
||||
}
|
||||
|
||||
/* Styles for the header */
|
||||
|
|
Loading…
Reference in a new issue