From f44c9bf50d20aca2aaf682fdbf89214245fda8c9 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Tue, 25 Oct 2022 20:54:31 +0200 Subject: [PATCH] github-fork-ribbon: disable on print --- src/Layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Layout.css b/src/Layout.css index 30012f8..bfd29da 100644 --- a/src/Layout.css +++ b/src/Layout.css @@ -14,7 +14,7 @@ text-decoration: none; } -@media (max-width: 1000px) { +@media print, screen and max-width: 1000px { .github-fork-ribbon { display: none; }