We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acba09 commit 698a8d5Copy full SHA for 698a8d5
1 file changed
app/pages/package/[...package].vue
@@ -1276,15 +1276,15 @@ onKeyStroke(
1276
display: grid;
1277
gap: 2rem;
1278
1279
- /* Mobile: single column, sidebar above readme */
+ /* Mobile: single column */
1280
grid-template-columns: minmax(0, 1fr);
1281
grid-template-areas:
1282
'header'
1283
'details'
1284
'install'
1285
'vulns'
1286
- 'sidebar'
1287
- 'readme';
+ 'readme'
+ 'sidebar';
1288
}
1289
1290
/* Tablet/medium: header/install/vulns full width, readme+sidebar side by side */
0 commit comments