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.
16 lines
250 B
CSS
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;
|
|
}
|