Various changes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-08 13:16:19 -06:00
parent 52aa5d10eb
commit 55471fd67c
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
10 changed files with 137 additions and 33 deletions

View file

@ -4,11 +4,12 @@
svg: props.svg || '',
text: props.text || '',
href: props.href || '/',
onclick: props.onclick || ''
onclick: props.onclick || '',
titlestyle: 'min-width: 275px;' + (props.titlestyle || '')
}
</script>
<div class="project">
<div class="project-title" style="min-width: 275px;">
<div class="project-title" style={{titlestyle}}>
<a href="{{href}}" target="_blank">
<if condition="img != ''">
<img class="figure" src="{{img}}">