Skip to content

Commit 56e5643

Browse files
Bikram GoleBikram Gole
authored andcommitted
Shrink snapshot section footprint
1 parent 804ee06 commit 56e5643

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

styles.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,8 @@ section {
12001200
box-shadow: none;
12011201
padding: 0;
12021202
margin-top: 0.4rem;
1203-
max-width: 420px;
1203+
width: fit-content;
1204+
max-width: 100%;
12041205
content-visibility: visible;
12051206
contain: none;
12061207
contain-intrinsic-size: auto;
@@ -1210,6 +1211,11 @@ section {
12101211
margin-top: 0;
12111212
}
12121213

1214+
#cli-snapshot::before,
1215+
#cli-snapshot::after {
1216+
content: none;
1217+
}
1218+
12131219
.hero,
12141220
.panel {
12151221
border: 1px solid var(--border);

0 commit comments

Comments
 (0)