forked from robert/robertjohnson.work
Merge pull request #308 from sharu725/print-layout-fix
update print layout wrapper
This commit is contained in:
commit
410aee9217
@ -13,9 +13,12 @@
|
|||||||
body {
|
body {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
.wrapper {
|
||||||
|
max-width: unset !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div class="wrapper">
|
||||||
{% include sidebar.html %}
|
{% include sidebar.html %}
|
||||||
|
|
||||||
<div class="main-wrapper">{{ content }}</div>
|
<div class="main-wrapper">{{ content }}</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user