feat(content): added much content

This commit is contained in:
nico 2024-12-19 18:35:01 +01:00
parent ede9c49e9f
commit 93f427bd30
Signed by: Nicolas
SSH key fingerprint: SHA256:ELi8eDeNLl5PTn64G+o2Kx5+XVDfHF5um2tZigfwWkM
11 changed files with 164 additions and 14 deletions

View file

@ -10,6 +10,10 @@ const props = defineProps({
type: String,
default: '3fr 2fr'
},
textAlign: {
type: String,
default: 'start'
},
imageAlign: {
type: String,
default: 'center'
@ -33,6 +37,7 @@ const image = imageSrc(props.image)
<style scoped>
.grid {
grid-template-columns: v-bind(ratio);
align-items: v-bind(textAlign);
}
.image {
block-size: 100%;