Files
framit/app/assets/css/main.css
Lucien Cartier-Tilet e6a268bafd 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.
2026-02-05 13:06:38 +01:00

16 lines
250 B
CSS

@import '@nuxt/ui';
@import './colors.css';
@import './ui/index.css';
@import './tailwind.css';
@source "../../../content/**/*";
.small-img {
max-width: 30rem;
max-height: 30rem;
width: auto;
height: auto;
float: right;
margin: 2rem;
}