Skip to content

Commit

Permalink
fix: bottom margin of welcome screen in tree and table mode
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Oct 18, 2023
1 parent 06fb84c commit 7d1eb02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/modes/tablemode/TableModeWelcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
flex-direction: column;
gap: $padding;
max-width: 300px;
margin: $padding;
margin: 2em $padding;

font-family: var(--jse-font-family);
font-size: var(--jse-font-size);
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/modes/treemode/Welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
display: flex;
flex-direction: column;
max-width: 300px;
margin: 2em $padding 0;
margin: 2em $padding;
gap: $padding;

.jse-welcome-title {
Expand Down

0 comments on commit 7d1eb02

Please sign in to comment.