better print css

This commit is contained in:
CherryKitten 2024-05-16 12:33:43 +02:00
parent eff50d0b92
commit e40757b5fb
Signed by: sammy
GPG key ID: 98D8F75FB0658276
3 changed files with 5 additions and 2 deletions

View file

@ -279,5 +279,8 @@ hr {
p, table {
break-inside: avoid-page;
}
.noprint {
display: none;
}
}

View file

@ -92,7 +92,7 @@
</div>
{% block footer %}
<footer class="footer">
<footer class="footer noprint">
<div class="footer__inner">
<div class="copyright copyright--user">
 

View file

@ -34,7 +34,7 @@
{%- if config.extra.menu_items %}
{%- set menu_items = config.extra.menu_items -%}
<nav class="menu">
<nav class="menu noprint">
<ul class="menu__inner">
{%- for item in menu_items %}
<li {%- if current_item and current_item == item %} class="active" {%- endif %}>