remove margin and padding from v-main while printing

This commit is contained in:
Michael Genson 2025-07-10 16:53:55 +00:00
commit f7c36fb153

View file

@ -42,6 +42,8 @@ export default defineNuxtComponent({
.v-main {
display: block;
padding: 0 !important;
margin: 0 !important;
}
.v-main__wrap {