From 02f0454d49cca6a716ebd8f9c2fab6f223daac77 Mon Sep 17 00:00:00 2001 From: Idrees Hassan Date: Fri, 3 Jan 2025 16:14:22 -0500 Subject: [PATCH] Increase field guide width --- birb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/birb.js b/birb.js index d513ff2..b05dd8d 100644 --- a/birb.js +++ b/birb.js @@ -251,7 +251,7 @@ const styles = ` } #${FIELD_GUIDE_ID} { - width: 260px; + width: 340px; } .birb-grid-content { @@ -525,7 +525,7 @@ const species = { [WING_EDGE]: "#326ed9", }), shimaEnaga: new BirdType("Shima Enaga", - "Small, fluffy birds found in the snowy regions of Japan", { + "Small, fluffy birds found in the snowy regions of Japan, these birds are highly sought after by ornithologists and nature photographers.", { [FOOT]: "#af8e75", [FACE]: "#ffffff", [BELLY]: "#ebe9e8",