1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 15:05:26 +02:00

Fix editor width on empty page

This commit is contained in:
Tanya Fomina 2022-08-21 16:12:24 +03:00
parent b37562bfca
commit 12721657dd

View file

@ -19,6 +19,7 @@
max-width: var(--layout-width-main-col);
margin: 0 auto;
min-width: 0;
width: 100%;
@media (--desktop) {
margin-left: 0;