Adjust styles of info item, and installs/games box and fix something.

This commit is contained in:
2025-12-20 21:11:01 -07:00
parent e5d9226233
commit 426d507ec2
3 changed files with 3 additions and 5 deletions

View File

@@ -147,5 +147,5 @@ body {
}
.entry-info-item {
@apply flex flex-row items-center gap-1 border text-gray-300 py-1 px-2 rounded-lg w-fit text-[16px] transition-colors cursor-pointer;
@apply flex flex-row items-center gap-1 border text-gray-300 py-1 px-2 rounded-md w-fit text-[16px] transition-colors cursor-pointer;
}