Fix: Card style

This commit is contained in:
Luc Mcgrady 2025-09-03 23:14:19 +01:00
parent f35b2cf5d2
commit 0acc8d14e0
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -4,12 +4,12 @@
export let html: Writable<string> export let html: Writable<string>
</script> </script>
<div class="qa"> <div id="qa" class="card">
{@html $html} {@html $html}
</div> </div>
<style lang="scss"> <style lang="scss">
.qa { #qa {
flex: 1 flex: 1
} }
</style> </style>