Skip to content

Commit ef1207a

Browse files
Bikram GoleBikram Gole
authored andcommitted
Stretch snapshot bar full width
1 parent 0784b1c commit ef1207a

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

styles.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,12 +1198,10 @@ section {
11981198
background: transparent;
11991199
border: 0;
12001200
box-shadow: none;
1201-
padding: 0.2rem 0;
1202-
margin: 0.4rem auto 0;
1203-
max-width: min(320px, 90vw);
1204-
display: flex;
1205-
justify-content: flex-start;
1206-
align-items: flex-start;
1201+
padding: 0.2rem 1.4rem 0;
1202+
margin: 0.4rem 0 0;
1203+
width: 100%;
1204+
display: block;
12071205
content-visibility: visible;
12081206
contain: none;
12091207
}
@@ -1215,7 +1213,8 @@ section {
12151213

12161214
#cli-snapshot .cli-window {
12171215
margin: 0;
1218-
width: min(320px, 90vw);
1216+
width: 100%;
1217+
max-width: none;
12191218
}
12201219

12211220
.hero,

0 commit comments

Comments
 (0)