diff --git a/src/app/community/community.component.html b/src/app/community/community.component.html index d1737d6b2c..e8416ebb39 100644 --- a/src/app/community/community.component.html +++ b/src/app/community/community.component.html @@ -34,7 +34,7 @@

- diff --git a/src/app/community/community.scss b/src/app/community/community.scss index bda98a8c21..293fb05afe 100644 --- a/src/app/community/community.scss +++ b/src/app/community/community.scss @@ -57,4 +57,9 @@ mat-tab-group, mat-tab { z-index: 10; background-color: white; padding-bottom: 0.5rem; -} \ No newline at end of file + padding-top: 0.5rem; +} + +.toggle-button{ + margin-bottom: 1rem; +}