diff --git a/index.html b/index.html index 60c46a8..973760f 100644 --- a/index.html +++ b/index.html @@ -15,16 +15,20 @@

Where developers can collectively learn and grow.

-

+

Whether you're freshly starting out, or you are just looking - to connect with likeminded people. Our suite of online - services helps you turn your project ideas into reality. + to connect with likeminded people. /dev.space is the + community you've been looking for.

Our Services

+

+ Our suite of online services helps you turn your project + ideas into reality. +

Chat

@@ -108,11 +112,18 @@ Hosting servers does have its price though. Concider supporting us by leaving a small donation.

- +

Donate

+ >

Donate with Fosspay

+

Donate with Liberapay

+
diff --git a/styles/atoms.css b/styles/atoms.css index 2491050..c18b99a 100644 --- a/styles/atoms.css +++ b/styles/atoms.css @@ -26,4 +26,11 @@ .button__link p { font-size: 1.3rem; } +} + +/* Description */ + +.description { + margin-right: 12vw; + margin-left: 12vw; } \ No newline at end of file diff --git a/styles/support.css b/styles/support.css index b251424..7d90504 100644 --- a/styles/support.css +++ b/styles/support.css @@ -2,4 +2,15 @@ width: 80vw; margin: auto; justify-content: center +} + +.support-us__donations__container { + display: flex; + flex-wrap: wrap; + justify-content: center; + margin-bottom: 2rem; +} + +.support-us__donations__button { + margin: 1rem; } \ No newline at end of file