From 87e0e83138cd84da3b30d01a2dde9ad4bde3d20d Mon Sep 17 00:00:00 2001 From: dudleycu Date: Tue, 31 Aug 2021 06:22:30 +0000 Subject: [PATCH] item details icon now centers on instances where the properties div is a larger height --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index e595717..2718615 100644 --- a/src/style.css +++ b/src/style.css @@ -1493,8 +1493,8 @@ p.adminNav hr { margin: 10px 10px 0 10px; } .itemDetailsIcon { - background-color: hsl(0, 17%, 70%); grid-area: icon; + align-self: center; } .itemDetailsProperties { margin: 0 0 0 10px;