diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 9830d8d4f..da29816d2 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -19,29 +19,29 @@ - + - + - + - + -


+

Enterprise Sponsors 🚀

@@ -63,7 +63,7 @@ -
+
@@ -325,26 +325,21 @@

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 4c08e735d..d4fe0d93d 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 +}