From 37223674884e529cc355b38ac8ae212535c67fae Mon Sep 17 00:00:00 2001 From: Pagwin Date: Mon, 23 Dec 2024 03:25:45 -0500 Subject: [PATCH] removed icons for socials from print --- static/css/layout.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/layout.css b/static/css/layout.css index 5980a02..cb118e3 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -246,6 +246,8 @@ footer { pre { page-break-inside: avoid; } - +.socials { + display: none; +} } }