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 {
|
||||
padding: 0 !important;
|
||||
}
|
||||
.wrapper {
|
||||
max-width: unset !important;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div>
|
||||
<div class="wrapper">
|
||||
{% include sidebar.html %}
|
||||
|
||||
<div class="main-wrapper">{{ content }}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user