diff --git a/website/src/components/Donate.astro b/website/src/components/Donate.astro
index d5b138c..075adcf 100644
--- a/website/src/components/Donate.astro
+++ b/website/src/components/Donate.astro
@@ -3,10 +3,8 @@ const { title } = Astro.props
import { Content as Sponsor } from '../content/donate/sponsor.md'
import { Content as Pro } from '../content/donate/pro.md'
-
---
-
-
+
Sponsor
-
+
diff --git a/website/src/content/donate/pro.md b/website/src/content/donate/pro.md
index a2f3c6f..cd26ece 100644
--- a/website/src/content/donate/pro.md
+++ b/website/src/content/donate/pro.md
@@ -1,4 +1,3 @@
## Do you offer support and SLA guarantees?
I'm considering launching paid support plans - where I personally help you migrate to OpenFreeMap - and maybe a Pro plan with SLA guarantees. If you're interested, please write me an [email](mailto:zsolt@openfreemap.org).
-
diff --git a/website/src/content/index/before_donate.md b/website/src/content/index/before_donate.md
index 909ddab..281a0ba 100644
--- a/website/src/content/index/before_donate.md
+++ b/website/src/content/index/before_donate.md
@@ -8,7 +8,3 @@ X: [@hyperknot](https://x.com/hyperknot) (for details) \
X: [@OpenFreeMapOrg](https://x.com/OpenFreeMapOrg) (for announcements)
GitHub: [openfreemap](https://github.com/hyperknot/openfreemap) and [openfreemap-styles](https://github.com/hyperknot/openfreemap-styles)
-
-
-
-
diff --git a/website/src/styles/global.css b/website/src/styles/global.css
index 34d2f24..3147e96 100644
--- a/website/src/styles/global.css
+++ b/website/src/styles/global.css
@@ -127,11 +127,9 @@ hr {
&.pink {
background: linear-gradient(32deg, #0070a2, transparent) #ed36a7;
- &:hover,
- &:focus {
- background-color: #dea31d;
- }
+ &:hover,
+ &:focus {
+ background-color: #dea31d;
+ }
}
}
-
-