update print layout wrapper

This commit is contained in:
sharathdt 2022-08-08 15:42:14 +05:30
parent 7a318d4064
commit 96ae50cb87

View File

@ -13,9 +13,12 @@
body {
padding: 0 !important;
}
.wrapper {
max-width: unset !important;
}
</style>
<body>
<div>
<div class="wrapper">
{% include sidebar.html %}
<div class="main-wrapper">{{ content }}</div>