From b0eeebc9a246143990533a83d13bb92c02a41786 Mon Sep 17 00:00:00 2001 From: Boyana Date: Fri, 31 Mar 2023 14:49:15 +0200 Subject: [PATCH] adding margin --- web/spin-wheel/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/spin-wheel/style.css b/web/spin-wheel/style.css index b0dabdf..2c15410 100644 --- a/web/spin-wheel/style.css +++ b/web/spin-wheel/style.css @@ -79,6 +79,8 @@ html::before { /* Add a pseudo-element to the html element */ .slide { width: 50mm; + margin-top: 3%; + margin-bottom: 3%; } #wheel{