chore: fix sizes

userquin/feat-add-print-options
userquin 2 years ago
parent d58d3b44b4
commit 420aabc237

@ -212,9 +212,11 @@ const pageName = computed(() =>
} }
@media print { @media print {
/* will be moved to the left? */
.VPDoc.with-screen-only { .VPDoc.with-screen-only {
padding-top: 24px !important; padding-top: 24px !important;
} }
.VPDoc.has-aside.with-screen-only .content-container {
max-width: unset;
}
} }
</style> </style>

Loading…
Cancel
Save