From ad490c6b9a042533bc215bb7d47fe30664e55779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Tue, 20 Feb 2024 03:45:38 +0300 Subject: recipe: Pour-Over Coffee --- sass/css/yaroslavps.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sass/css') diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss index 5b56d1d..1f8390d 100644 --- a/sass/css/yaroslavps.scss +++ b/sass/css/yaroslavps.scss @@ -301,6 +301,10 @@ pre.literal { white-space: pre; } +.print-only { + display: none !important; +} + @media (max-width: 768px){ .landing-page-container { font-size: 1em; @@ -389,4 +393,8 @@ pre.literal { code { color: #777; } + + .print-only { + display: inline-block !important; + } } -- cgit v1.2.3