From 742bf6d3e833074d3d8e038dfb8ccfbb135dc496 Mon Sep 17 00:00:00 2001 From: zyl Date: Tue, 25 Jun 2024 00:11:14 -0700 Subject: [PATCH] add margin to the pet --- site/sass/pet.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/site/sass/pet.scss b/site/sass/pet.scss index 09ce19e..3d3fa50 100644 --- a/site/sass/pet.scss +++ b/site/sass/pet.scss @@ -8,6 +8,7 @@ background-color: var(--color); width: var(--width); height: var(--height); + margin-bottom: 8px; &.egg { background-color: white;