diff --git a/assets/css/styles.css b/assets/css/styles.css index d53e90b6..9009affd 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -538,17 +538,25 @@ img { -khtml-user-select: none !important; } +#support-items { + display: flex; + flex-wrap: wrap; + margin: 0; +} + .support-content { min-height: 300px; - max-width: 500px; + max-width: 340px; border: 1px solid #4a6c7d; - margin: 0px auto; - padding: 20px; + margin: 15px; + padding: 50px 20px; border-radius: .5rem; } + .support-content .fa { font-size: 2rem; } + .support-content .heading { font-size: 1.2rem; } diff --git a/support.html b/support.html index 870a84b8..78faf36a 100644 --- a/support.html +++ b/support.html @@ -73,67 +73,53 @@

-
-
-
- -

- Spread the Word -

-
- Become a self-appointed Dogecoin ambassador. Tell your friends and family about it. Join r/dogecoin. Ask your favorite shops to let you pay with Dogecoin. You can even donate Dogecoin to someone in need. Much noble. So respect. -
+
+
+ +

+ Spread the Word +

+
+ Become a self-appointed Dogecoin ambassador. Tell your friends and family about it. Join r/dogecoin. Ask your favorite shops to let you pay with Dogecoin. You can even donate Dogecoin to someone in need. Much noble. So respect.
- -
-
- -

- Run a Full Node -

-
- A full node is a program that validates transactions on the Dogecoin blockchain. Since Dogecoin is fully decentralized, meaning there is no central authority that owns or operates it, the network has to be supported and maintained entirely by individual computers running full nodes. Learn more here about running a full node and how you can do your part to keep the Dogecoin network barking. -
+
+ +

+ Run a Full Node +

+
+ A full node is a program that validates transactions on the Dogecoin blockchain. Since Dogecoin is fully decentralized, meaning there is no central authority that owns or operates it, the network has to be supported and maintained entirely by individual computers running full nodes. Learn more here about running a full node and how you can do your part to keep the Dogecoin network barking.
- -
-
- -

- Contribute to dogecoin.com -

-
- Dogecoin.com is free software. If you are a web developer and a devoted shiba, you can help maintain the official dogecoin website and add features. -
- Github +
+ +

+ Contribute to dogecoin.com +

+
+ Dogecoin.com is free software. If you are a web developer and a devoted shiba, you can help maintain the official dogecoin website and add features.
+ Github
- -
-
- -

- Educate People -

-
- Some shibas want to know more than the basics. They need teachers. If you are well-informed about Dogecoin, you can post educational videos about it online, write blog posts, share info on social media, and so much more. Anything that makes people better educated about Dogecoin is good for Dogecoin. Start Here -
+
+ +

+ Educate People +

+
+ Some shibas want to know more than the basics. They need teachers. If you are well-informed about Dogecoin, you can post educational videos about it online, write blog posts, share info on social media, and so much more. Anything that makes people better educated about Dogecoin is good for Dogecoin. Start Here
- -
-
- -

- Develop -

-
- Dogecoin is free software. If you are a software developer, you can use your shibapowers to do good and improve Dogecoin. You can even build amazing new services or software that use Dogecoin. -
- r/dogecoindev +
+ +

+ Develop +

+
+ Dogecoin is free software. If you are a software developer, you can use your shibapowers to do good and improve Dogecoin. You can even build amazing new services or software that use Dogecoin.
+ r/dogecoindev
@@ -155,13 +141,24 @@