thingate margins
This commit is contained in:
parent
71f7088a10
commit
1bae0b679e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
{% if meta.fullscreen == True %}
|
{% if meta.fullscreen == True %}
|
||||||
width: 100%;
|
width: 100%;
|
||||||
{% else %}
|
{% else %}
|
||||||
width: min({{ meta.pagewidth or "750px"}}, 90vw);
|
width: min({{ meta.pagewidth or "900px"}}, 90vw);
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue