hide breadcrumbs in print
This commit is contained in:
parent
214fb2dc0f
commit
5ffb1edfbc
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ body {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.breadcrumbs {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: auto;
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue