From a9ad2ba36dc435e75cdc77471f59bc9cf8b441d3 Mon Sep 17 00:00:00 2001 From: ada <> Date: Mon, 27 Mar 2023 14:26:59 +0200 Subject: [PATCH] displaynow --- ogcardeck/stylesheet.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/ogcardeck/stylesheet.css b/ogcardeck/stylesheet.css index 2e7671f..cfd9ac8 100644 --- a/ogcardeck/stylesheet.css +++ b/ogcardeck/stylesheet.css @@ -11,7 +11,6 @@ break-inside: avoid; } .card > img { - display: none; width: calc(100% - 8mm - 8mm); position: absolute; top: 0; @@ -20,7 +19,6 @@ } p { - display: none; position: absolute; margin: 2mm; width: 100%; @@ -30,7 +28,6 @@ p { p.down { - display: none; bottom:0; }