diff --git a/src/styles/flash.css b/src/styles/flash.css index 61d0759..066ff30 100644 --- a/src/styles/flash.css +++ b/src/styles/flash.css @@ -29,10 +29,9 @@ .flash-board-image { width: 100px; height: 100px; - border-radius: 10px; - object-fit: cover; - background: var(--bg-secondary); + object-fit: contain; flex-shrink: 0; + transform: scale(2); } .flash-info {