From 939c985d77668387ae18d0706952e676b2a71485 Mon Sep 17 00:00:00 2001 From: Boyana Date: Tue, 21 Mar 2023 16:37:45 +0100 Subject: [PATCH 1/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{ From ee585c7b86fd342d1ed2c2c98726856a205ea0fb Mon Sep 17 00:00:00 2001 From: aglaia Date: Tue, 21 Mar 2023 16:54:29 +0100 Subject: [PATCH 2/2] round edges --- carddeck1/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carddeck1/stylesheet.css b/carddeck1/stylesheet.css index 5eb9563..4cc7bd3 100644 --- a/carddeck1/stylesheet.css +++ b/carddeck1/stylesheet.css @@ -3,7 +3,7 @@ width: 7.5cm; height: 11.5cm; border: solid 3px black; - border-radius: 10px; + border-radius: 0.5cm; float: left; position: relative; margin: 2mm;