[site/styles][xs]: add styles for twitter embeds
This commit is contained in:
parent
20baae0c68
commit
161e08a9c2
|
|
@ -8,6 +8,10 @@
|
||||||
h1, h2, h3, h4, h5 {
|
h1, h2, h3, h4, h5 {
|
||||||
@apply font-sans;
|
@apply font-sans;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.twitter-tweet iframe {
|
||||||
|
@apply !border !border-2 !border-neutral-900 !rounded-2xl !bg-neutral-900 shadow;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* OTHERS */
|
/* OTHERS */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue