Skip to content

Commit

Permalink
[docs] improve actions tutorial presentation (sveltejs#7283)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensas authored and nevilm-lt committed Apr 21, 2022
1 parent 1aa1223 commit fba0168
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/content/examples/13-actions/00-actions/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
height: var(--height);
left: calc(50% - var(--width) / 2);
top: calc(50% - var(--height) / 2);
display: flex;
align-items: center;
padding: 8px;
border-radius: 4px;
background-color: #ff3e00;
color: #fff;
Expand Down
3 changes: 3 additions & 0 deletions site/content/tutorial/12-actions/01-actions/app-a/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
height: var(--height);
left: calc(50% - var(--width) / 2);
top: calc(50% - var(--height) / 2);
display: flex;
align-items: center;
padding: 8px;
border-radius: 4px;
background-color: #ff3e00;
color: #fff;
Expand Down
3 changes: 3 additions & 0 deletions site/content/tutorial/12-actions/01-actions/app-b/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
height: var(--height);
left: calc(50% - var(--width) / 2);
top: calc(50% - var(--height) / 2);
display: flex;
align-items: center;
padding: 8px;
border-radius: 4px;
background-color: #ff3e00;
color: #fff;
Expand Down

0 comments on commit fba0168

Please sign in to comment.