From efd3e41c5800f69a5b872146b7b318776244c629 Mon Sep 17 00:00:00 2001
From: selva <selvaganz1285@gmail.com>
Date: Mon, 31 Oct 2022 14:11:02 +0530
Subject: [PATCH] align gifs in table

---
 README.md | 20 +++-----------------
 1 file changed, 3 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index d9eaeb7..02b2855 100644
--- a/README.md
+++ b/README.md
@@ -39,20 +39,6 @@ the documents of `bitia-runner` for more details. TODO.
 
 1. Using samtools to view a fastq file
 
-<div style="display: grid;grid-template-columns: 1fr 1fr;grid-gap: 20px;flex-direction:row;">
-
-
-<div style="padding-left: 40px;">
-
-<h3>NORMAL PIPELINE EXECUTION CODE</h3>
-<img src="./docs/source/img/readme_example_1.gif"  />
-</div>
-
-
-<div >
-
-<h3>BITIA EXECUTION CODE</h3>
-<img src="./docs/source/img/readme_example_1_bitia.gif"  />
-
-</div>
-</div>
\ No newline at end of file
+NORMAL PIPELINE EXECUTION CODE         |  BITIA EXECUTION CODE
+:-------------------------:|:-------------------------:
+![](./docs/source/img/readme_example_1.gif)  |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;![](./docs/source/img/readme_example_1_bitia.gif)
\ No newline at end of file
-- 
GitLab