Skip to content

Commit d62bd83

Browse files
authored
fixing gifs layout
1 parent 180ce5c commit d62bd83

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,20 @@ UI Toolset & Components Library for React Native
33
<img src="https://user-images.githubusercontent.com/1780255/64093084-a11b0300-cd5f-11e9-9175-a7b4d2b717a7.png"/>
44
</p>
55

6-
<div style="display:flex">
7-
<div style="flex:1;padding-right:5px;">
8-
<img height="500" src="https://user-images.githubusercontent.com/1780255/72094962-3044b280-3320-11ea-8e41-aa83743bafb9.gif">
9-
</div>
10-
<div style="flex:1;padding-left:5px;">
11-
<img height="500" src="https://user-images.githubusercontent.com/1780255/72094961-3044b280-3320-11ea-95e2-9aa745c8b07d.gif">
12-
</div>
13-
<div style="flex:1;padding-left:5px;">
14-
<img height="500" src="https://user-images.githubusercontent.com/1780255/72094958-2fac1c00-3320-11ea-8f67-9d759cfa4ae1.gif">
15-
</div>
16-
</div>
6+
<table>
7+
<tr>
8+
<td>
9+
<img height="500" src="https://user-images.githubusercontent.com/1780255/72094962-3044b280-3320-11ea-8e41-aa83743bafb9.gif">
10+
</td>
11+
<td>
12+
<img height="500" src="https://user-images.githubusercontent.com/1780255/72094961-3044b280-3320-11ea-95e2-9aa745c8b07d.gif">
13+
</td>
14+
<td>
15+
<img height="500" src="https://user-images.githubusercontent.com/1780255/72094958-2fac1c00-3320-11ea-8f67-9d759cfa4ae1.gif">
16+
</td>
17+
</tr>
18+
</table>
19+
1720

1821
---
1922
[![Build Status](https://travis-ci.org/wix/react-native-ui-lib.svg?branch=master)](https://travis-ci.org/wix/react-native-ui-lib)

0 commit comments

Comments
 (0)