Browse Source

move before to left

samuelayo 6 years ago
parent
commit
b03d152f21
1 changed files with 2 additions and 1 deletions
  1. 2 1
      website/src/_posts/2019-04-liftoff-08.md

+ 2 - 1
website/src/_posts/2019-04-liftoff-08.md

@@ -24,9 +24,10 @@ Let's take a look at the updates we can share with you today.
 ## Done
 - [Artur](https://transloadit.com/about/#artur) merged this [PR](https://github.com/transloadit/uppy/pull/1393) which removed the use of `window.location` from Companion's client, courtesy of [Ife](https://transloadit.com/about/#ife).
 - [Alex](https://transloadit.com/about/#alex) improved the design of the drag-to-upload stage. <br />
+
 Before:<br />
 <center><img width="400" src="/images/blog/30daystoliftoff/2019-04-02-before.png"></center>
-    After:<br />
+After:<br />
 <center><img width="400" src="/images/blog/30daystoliftoff/2019-04-02-after.png"></center>
 
 - [Evgenia](https://github.com/lakesare) made sure that file previews now form an even spread across the width of the dashboard, using the `justify-content: space-between` CSS property.