diff --git a/apps/frontend/src/sections/HeroSection.module.css b/apps/frontend/src/sections/HeroSection.module.css
index 10925f86..41609da0 100644
--- a/apps/frontend/src/sections/HeroSection.module.css
+++ b/apps/frontend/src/sections/HeroSection.module.css
@@ -15,7 +15,6 @@
font-size: rem(44px);
line-height: 1.2;
font-weight: 900;
-
}
.highlight {
@@ -23,4 +22,4 @@
background-color: var(--mantine-primary-color-light);
border-radius: var(--mantine-radius-sm);
padding: rem(4px) rem(12px);
-}
\ No newline at end of file
+}
diff --git a/apps/frontend/src/sections/HeroSection.svg b/apps/frontend/src/sections/HeroSection.svg
index 1cab75f4..6cddcfcb 100644
--- a/apps/frontend/src/sections/HeroSection.svg
+++ b/apps/frontend/src/sections/HeroSection.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/libs/ui/src/theme/Theme.css b/libs/ui/src/theme/Theme.css
index 8364d66f..c098c467 100644
--- a/libs/ui/src/theme/Theme.css
+++ b/libs/ui/src/theme/Theme.css
@@ -24,14 +24,10 @@
}
}
-
-
[data-admin] :is(.mantine-AppShell-header, .mantine-AppShell-footer) {
-
padding-inline: var(--mantine-spacing-xl);
}
-
/* Components overrides */
.mantine-AppShell-header {
@@ -45,4 +41,4 @@
.mantine-AppShell-footer {
background-color: var(--quassel-color-light-gray);
-}
\ No newline at end of file
+}