From ef48249edc64034305b51816475aa15b401126ea Mon Sep 17 00:00:00 2001 From: suzan Date: Tue, 21 Mar 2023 18:31:28 +0300 Subject: [PATCH 1/2] margin --- carddeck1/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carddeck1/stylesheet.css b/carddeck1/stylesheet.css index cabda32..8b05fc4 100644 --- a/carddeck1/stylesheet.css +++ b/carddeck1/stylesheet.css @@ -6,7 +6,7 @@ border-radius: 10px; float: left; position: relative; - margin: 2mm; + margin: 1mm; break-inside: avoid; } .card > p.image > img { From 939c985d77668387ae18d0706952e676b2a71485 Mon Sep 17 00:00:00 2001 From: Boyana Date: Tue, 21 Mar 2023 16:37:45 +0100 Subject: [PATCH 2/2] popup edits - dont show on page load --- web/spin-wheel/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/spin-wheel/style.css b/web/spin-wheel/style.css index 2c5f6e5..34c422a 100644 --- a/web/spin-wheel/style.css +++ b/web/spin-wheel/style.css @@ -77,7 +77,7 @@ html { background-color: azure; z-index: 3; transform: translate(-50%,-50%); - display + display: none; } h1{