From ae9ccb936a23ce8eecb4ac999385bd97e38199c8 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Mon, 30 Sep 2024 14:26:42 +0200
Subject: [PATCH] notebook

---
 src/App/App.css            | 4 ++++
 src/components/Buttons.tsx | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/App/App.css b/src/App/App.css
index 570d1993..97a9d468 100644
--- a/src/App/App.css
+++ b/src/App/App.css
@@ -4106,6 +4106,10 @@ figure img{
   display: inline-block;
   height: 50px !important;
 }
+.download-butt-image{
+  display: inline-block;
+  margin-bottom: 20px;
+}
 
 /* Philip's area (sorry Lili) */
 
diff --git a/src/components/Buttons.tsx b/src/components/Buttons.tsx
index 754a62c5..ac76825a 100644
--- a/src/components/Buttons.tsx
+++ b/src/components/Buttons.tsx
@@ -104,7 +104,7 @@ export const DownloadImageButton = ({ url, fileName, children}: {url: string, fi
   
 return (
 
-    <a type="button" onClick={handleDownload} className="download-butt">
+    <a type="button" onClick={handleDownload} className="download-butt-image">
         {children}
     </a>
 
-- 
GitLab