Skip to content

Commit

Permalink
fix: wrap with span
Browse files Browse the repository at this point in the history
  • Loading branch information
amars29 committed Jun 22, 2021
1 parent 9b9b23d commit c069941
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# <img src="./img/header1.png" alt="Nativebase Logo">

<style>
.flexible{
display: flex;
align-items: flex-start;
}
</style>

[![Financial Contributors on Open Collective](https://opencollective.com/NativeBase/all/badge.svg?label=financial+contributors)](https://opencollective.com/NativeBase) [![](http://slack.nativebase.io/badge.svg)](http://slack.nativebase.io/) [![Build Status](https://travis-ci.org/GeekyAnts/NativeBase.svg?branch=master)](https://travis-ci.org/GeekyAnts/NativeBase) [![npm version](https://badge.fury.io/js/native-base.svg)](https://badge.fury.io/js/native-base) [![npm downloads](https://img.shields.io/npm/dt/native-base.svg)](https://npm-stat.com/charts.html?package=native-base&from=2016-04-01&to=2018-02-17)

## NativeBase is a mobile-first, accessible component library for building a consistent design system across android, iOS & web.
Expand Down Expand Up @@ -182,15 +189,10 @@ Check out the Login Screen example [here](https://docs.nativebase.io/todo-exampl
## 8. KitchenSink App

Kitchen Sink is a comprehensive demo app showcasing all the NativeBase components in action. It includes buttons, forms, icons, etc.
<!-- <div style="display: flex; align-items: flex-start">
</div> -->
<span>
<img src="./img/kitchensink.gif" width="25%" style="margin-right:50px" alt="Kitchensink App gif">
</span>
<span>
<div class="flexible">
<img src="./img/kitchensink.gif" width="25%" style="margin-right:50px" alt="Kitchensink App gif">
<img src="./img/scan_kitchensink.png" width="20%" alt="Kitchensink App QR code">
</span>
</div>

## 9. Tech Stack

Expand Down

0 comments on commit c069941

Please sign in to comment.