Skip to content

Commit

Permalink
moved customcss
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 committed Apr 20, 2023
1 parent cfa7d0d commit 8af6b0f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions theme/themes/eea/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,32 @@ a {
}
}
}

@media print {
.top.bar,
.main-menu,
.eea .header .action,
.slider-arrow,
#footer,
#page-header .action,
#inpage-navigation {
display: none;
visibility: hidden;
}
.logo {
margin-left: 0;
}
.static-banner {
display: none;
visibility: hidden;
}
.image {
break-inside: avoid-page;
}
img {
break-inside: avoid-page;
}
.card {
break-inside: avoid-page;
}
}

0 comments on commit 8af6b0f

Please sign in to comment.