From ffbfc842c2e0f029cfd0b9ca014938c0c73dcb8a Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 20 Oct 2021 14:04:24 -0500 Subject: [PATCH] The footer should be printed --- assets/css/bobastyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index a05fb8e..4834d87 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -219,7 +219,7 @@ h1 svg.icon { /* Print compatibility */ @media print { - .top, footer, .section-header-link { + .top, .section-header-link { display: none; }