docs(content): add Keine Tashi UTAU project page

Add bilingual (EN/FR) content pages documenting the BSUP01 Keine Tashi
UTAU vocal library project, including character information, vocal
library specifications, download links, and usage licence.

Also add .small-img CSS class for floating images in content pages.
This commit is contained in:
2026-02-04 17:35:03 +01:00
parent 13581d7f2f
commit e6a268bafd
3 changed files with 377 additions and 0 deletions

View File

@@ -4,3 +4,12 @@
@import './tailwind.css';
@source "../../../content/**/*";
.small-img {
max-width: 30rem;
max-height: 30rem;
width: auto;
height: auto;
float: right;
margin: 2rem;
}