Hey guys! Obsidian newbie here and I’ve come across something I can’t find a solution to. I’m building a media library using cards, but some of the properties aren’t properly aligned to the left, as they should by default. I’m using the Border theme with the Cards snippet.

As shown in the images, the titles and ratings in my book page are shifting right, while on my game page its the year instead. The code for both is basically the same.
table without id
file.link as Title,
book_author as Author,
year as Year,
rating as Rating
from "Media Library/Books"
sort book_code asc
table without id
("") as Cover,
file.link as Title,
game_dev as Developer,
year as Year
from "Media Library/Games"
sort game_code asc
Things I have tried
I asked ChatGPT about this and writing my own snippet was the suggestion. No harm in trying, even though I know nothing of CSS, but I’d like to know first if this a known issue and if there’s an easy fix.
Apologies if this has been asked before and thank you.