Skip to content

Commit a044bb1

Browse files
authored
Fix walkthrough content padding (microsoft#166675)
1 parent 8000435 commit a044bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/welcomeGettingStarted/browser/media/gettingStarted.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
height: 100%;
511511
max-width: 1600px;
512512
margin: 0 auto;
513-
padding: 0 0 0 32px;
513+
padding: 0 32px;
514514
display: grid;
515515
grid-template-columns: 1fr 5fr 1fr 8fr;
516516
grid-template-rows: calc(25% - 100px) auto auto 1fr auto;

0 commit comments

Comments
 (0)