From 8a86b636931958e00c1f6f605d531270f17429ed Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 1 Apr 2021 16:42:37 +0900 Subject: [PATCH] Tweak margins and layout spacing on About page --- .../app/components/about/about.component.html | 45 +++++++++---------- .../app/components/about/about.component.scss | 8 +++- 2 files changed, 26 insertions(+), 27 deletions(-) diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 9830d8d4f6..da29816d2d 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -19,29 +19,29 @@
The Mempool Open Source Project
- + - + - + - + -


+

Enterprise Sponsors 🚀

@@ -63,7 +63,7 @@

Community Sponsors ❤️

-
+
@@ -325,26 +325,21 @@

Project Contributors

Project Maintainers

-
- + + + +
+ + wiz +
+
+ +


Copyright (c) 2019-2021
diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 4c08e735de..d4fe0d93df 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -10,7 +10,7 @@ height: 80px; background-size: 100%, 100%; border-radius: 50%; - margin: 10px; + margin: 25px; line-height: 32px; } @@ -21,6 +21,10 @@ border: 0; } +.community_sponsor { + margin: 6px; +} + .text-small { font-size: 12px; } @@ -33,4 +37,4 @@ .required { color: #FF0000; font-weight: bold; -} \ No newline at end of file +}