Skip to content

Commit

Permalink
Center-align the gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
realliyifei authored Sep 6, 2020
1 parent 27cd05d commit 633e0a6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

This simple workflow lets you create a series of sequential strings, horizontally or vertically. Useful in todo apps, note-taking apps, etc.

<img src="./gifs/SequentialStrings_Demo_Notes.gif" width="400">
<h1 align="center">
<img src="./gifs/SequentialStrings_Demo_Notes.gif" width="400">
</h1>

## Examples

Expand Down Expand Up @@ -41,11 +43,15 @@ It's also helpful when intergrating with other apps.

We can create a series of tasks in todo apps like `Things 3` quickly.

<img src="./gifs/SequentialStrings_Demo_Things.gif" width="400">
<h1 align="center">
<img src="./gifs/SequentialStrings_Demo_Things.gif" width="400">
</h1>

We can create a series of headers of the table in the note-taking apps like `OneNote` conveniently.

<img src="./gifs/SequentialStrings_Demo_OneNote.gif" width="400">
<h1 align="center">
<img src="./gifs/SequentialStrings_Demo_OneNote.gif" width="400">
</h1>

The possibility is ***unlimited***!

Expand Down

0 comments on commit 633e0a6

Please sign in to comment.