diff --git a/flaskr/templates/_base.html b/flaskr/templates/_base.html index a085410..10ae2cf 100644 --- a/flaskr/templates/_base.html +++ b/flaskr/templates/_base.html @@ -23,7 +23,7 @@ {% if meta.fullscreen == True %} width: 100%; {% else %} - width: min({{ meta.pagewidth or "750px"}}, 90vw); + width: min({{ meta.pagewidth or "900px"}}, 90vw); {% endif %} }