diff --git a/index.html b/index.html index 025d124..a117c74 100644 --- a/index.html +++ b/index.html @@ -48,8 +48,8 @@

💡 StarterPacks?!

StarterPacks bieten thematisch kuratierte Listen von Fediverse-Accounts, um dir den Einstieg in verschiedene Bereiche und Communities – rund um den Hashtag #Fedikirche – zu erleichtern.

-

Möchtest du dein eigenes StarterKit erstellen?

+
diff --git a/style/site.css b/style/site.css index 6e2c9b7..f9b4d02 100644 --- a/style/site.css +++ b/style/site.css @@ -220,24 +220,6 @@ section { gap: 5px; } -.hint-button { - background-color: var(--primary-color); - color: white; - border: none; - padding: 0.5rem 1rem; - font-size: 1rem; - cursor: pointer; - border-radius: 4px; - margin-left: 0.5rem; - transition: background-color 0.3s ease, transform 0.2s ease; -} - -.hint-button:hover { - background-color: var(--primary-color-hover); - transform: translateY(-2px); - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); -} - footer { text-align: center; background-color: var(--background-color); diff --git a/style/starterkit.css b/style/starterkit.css index fcc7c50..d86219f 100644 --- a/style/starterkit.css +++ b/style/starterkit.css @@ -4,6 +4,34 @@ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; padding: 0; + margin-top: 20px; +} +.create-button-container { + position:relative; + margin: 10px 0; + height: 36px; +} + +.create-button-container button { + position: absolute; + top: 0; + right: 0; + background-color: var(--primary-color); + color: white; + border: none; + padding: 0.5rem 1rem; + margin: 0; + margin-right: 20px; + font-size: 1rem; + cursor: pointer; + border-radius: 4px; + transition: background-color 0.3s ease, transform 0.2s ease; +} + +.create-button:hover { + background-color: var(--primary-color-hover); + transform: translateY(-2px); + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } .starterkit {