fix: 💄 align size of trait cards when put in slider
This commit is contained in:
parent
7512e920e1
commit
35a7ba2f50
1 changed files with 2 additions and 0 deletions
|
@ -15,7 +15,9 @@
|
||||||
<style webc:scoped="trait-card">
|
<style webc:scoped="trait-card">
|
||||||
:host {
|
:host {
|
||||||
--card-margin-inline: 0.5em;
|
--card-margin-inline: 0.5em;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: grid;
|
||||||
font-size: 0.875em;
|
font-size: 0.875em;
|
||||||
|
|
||||||
margin-block: 2em 0.5em;
|
margin-block: 2em 0.5em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue