mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
12 lines
139 B
CSS
12 lines
139 B
CSS
.editor {
|
|
height: 100%;
|
|
padding: 8px 0;
|
|
margin: 48px auto;
|
|
|
|
@media print {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|