Skip to content

Commit d06efa2

Browse files
committed
docs(latest): improve carbon ads rendering
1 parent 5bd2fcb commit d06efa2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/latest/components/Carbon/Carbon.module.css

+12
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,15 @@
1111
.root + *:where(h1, h2, h3, h4, h5, h6) {
1212
margin-top: 1rem !important;
1313
}
14+
15+
.root::after {
16+
content: "";
17+
position: absolute;
18+
display: block;
19+
inset: 0;
20+
height: 8.125rem;
21+
max-width: 25rem;
22+
background-color: hsl(0, 0%, 98%);
23+
border: solid 1px hsl(0, 0%, 92%);
24+
z-index: -1;
25+
}

0 commit comments

Comments
 (0)