From 3112c2ba19e8d37f1c772ffac50557bf27d87f5f Mon Sep 17 00:00:00 2001
From: Max Luca Beckmann <mbeckmann@techfak.de>
Date: Sat, 28 Sep 2024 13:47:13 +0200
Subject: [PATCH] rows notebook

---
 src/contents/notebook.tsx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/contents/notebook.tsx b/src/contents/notebook.tsx
index 532087f7..d7937912 100644
--- a/src/contents/notebook.tsx
+++ b/src/contents/notebook.tsx
@@ -1,13 +1,13 @@
 
-import H4 from "../components/Headings";
+import H2 from "../components/Headings";
 import { useTabNavigation } from "../utils/TabNavigation";
 
 export function Notebook() {
   useTabNavigation();
   return (
     <div>
-      <H4 text="Lab journals"/> 
-      <div className="row align-items-center">
+      <H2 text="Lab journals"/> 
+      <div className='row'>
         <div className="col">
         <figure>
             <img src="https://static.igem.wiki/teams/5247/photos/for-wiki-texts/meth-patch-clamp/bild-meth-patch-clamp.png" alt="Text test"/>
-- 
GitLab