We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0784b1c commit ef1207aCopy full SHA for ef1207a
1 file changed
styles.css
@@ -1198,12 +1198,10 @@ section {
1198
background: transparent;
1199
border: 0;
1200
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;
+ padding: 0.2rem 1.4rem 0;
+ margin: 0.4rem 0 0;
+ width: 100%;
+ display: block;
1207
content-visibility: visible;
1208
contain: none;
1209
}
@@ -1215,7 +1213,8 @@ section {
1215
1213
1216
1214
#cli-snapshot .cli-window {
1217
margin: 0;
1218
- width: min(320px, 90vw);
+ max-width: none;
1219
1220
1221
.hero,
0 commit comments