From 00177ebe45d70767c4a07d3b20c46533d1b42263 Mon Sep 17 00:00:00 2001
From: abbasf <Famboupe.Abbas@Student.Reutlingen-University.DE>
Date: Sun, 16 Mar 2025 09:29:33 +0100
Subject: [PATCH] changes to the structure

---
 {.idea => src}/Stylesheet.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename {.idea => src}/Stylesheet.css (98%)

diff --git a/.idea/Stylesheet.css b/src/Stylesheet.css
similarity index 98%
rename from .idea/Stylesheet.css
rename to src/Stylesheet.css
index e18a3c3..2b700c9 100644
--- a/.idea/Stylesheet.css
+++ b/src/Stylesheet.css
@@ -23,7 +23,7 @@ body{
 
 h1{
     margin-top: 100px;
-    margin-botton: 20px;
+    margin-bottom: 20px;
     font-size: 3rem;
     font-weight: bold;
     text-transform: uppercase;
-- 
GitLab