From ac887dd051f5850bae9704d18ae1b6628dcd035f Mon Sep 17 00:00:00 2001
From: David Huss <dh@atoav.com>
Date: Fri, 16 Feb 2024 19:47:13 +0000
Subject: [PATCH] Update README.md

---
 README.md | 25 ++-----------------------
 1 file changed, 2 insertions(+), 23 deletions(-)

diff --git a/README.md b/README.md
index f0ba00d..32f564e 100644
--- a/README.md
+++ b/README.md
@@ -3,31 +3,10 @@ software: daisyy-looper
 hardware: daisyy-hardware
 language: C++
 ---
-<style>
-.file-content img {
-  max-width: 35em;
-}
-
-.file-content p {
-  max-width: 35em;
-}
-
-.file-content table {
-  max-width: 35em;
-}
-
-.file-content h2 {
-  margin-top: 5em;
-}
-</style>
-
-<script >
- console.log("It works");
- </script>
 
 # daisyy-looper
 
-![Photograph of the OLED-Screen on the daisyy](images/screen.jpg)
+![Photograph of the OLED-Screen on the daisyy](images/screen.jpg){width=35em}
 
 *daisy-looper* is a software that can be installed on the [daisyy hardware](https://code.hfbk.net/sdiy/daisyy/daisyy-hardware) developed in the course *Synthesizer DIY* that took place during winter semester 2023/2024 at HFBK Hamburg.
 
@@ -41,7 +20,7 @@ Just like with real tape the pitch of the played back sounds changes when the sp
 
 ## Interface
 
-![Mockup of the Daisy Looper Interface](images/interface.svg)  
+![Mockup of the Daisy Looper Interface](images/interface.svg){width=35em}  
 
 
 
-- 
GitLab