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; }