Fixed Logo not displaying

Fixed Logo not displaying
This commit is contained in:
cbkcook
2025-11-30 20:55:33 -05:00
parent a8ae04251e
commit 7d826f0495
+2 -2
View File
@@ -199,8 +199,8 @@ font-family: 'Amarante', sans-serif;
.sheet-gamename {
grid-area: gamename;
/* background-image: url("https://i.ibb.co/ynv5ZSCs/BBlogo.png"); Brindlewood Bay logo, used with publisher permission - temporary version*/
background-image: url("https://github.com/Roll20/roll20-character-sheets/blob/master/Brindlewood%Bay/BBlogo.PNG?raw=true");
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Brindlewood%20Bay/BBlogo.png");
background-size: contain;
align-items: center;