From c26d64fdaf2893576d8cbe30d7e6b463824ec7c1 Mon Sep 17 00:00:00 2001 From: Codingsh Date: Sun, 1 Mar 2020 02:32:07 -0300 Subject: [PATCH 1/2] remove position-relative --- app/townsquare/templates/townsquare/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/townsquare/templates/townsquare/index.html b/app/townsquare/templates/townsquare/index.html index 449329656b4..77d7bc2c689 100644 --- a/app/townsquare/templates/townsquare/index.html +++ b/app/townsquare/templates/townsquare/index.html @@ -439,7 +439,7 @@

{{type|title}} Action

{% endfor %} "> - + ${{mli.amount}} from {{mli.contributors}} contributor
${{mli.match_amount}} matched From 07c87dee9cd8dbce07e95e51104b6cc9b9ad7974 Mon Sep 17 00:00:00 2001 From: Codingsh Date: Mon, 2 Mar 2020 01:50:57 -0300 Subject: [PATCH 2/2] reducing font-size --- app/assets/v2/css/town_square.css | 4 ++++ app/townsquare/templates/townsquare/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/v2/css/town_square.css b/app/assets/v2/css/town_square.css index 2ebf22ef1a4..38ae6705c89 100644 --- a/app/assets/v2/css/town_square.css +++ b/app/assets/v2/css/town_square.css @@ -810,6 +810,10 @@ body.green.offer_view .announce { text-align: left; } +.clr_container .font-caption { + font-size: 0.65rem; +} + .clr_container td { padding: 6px; } diff --git a/app/townsquare/templates/townsquare/index.html b/app/townsquare/templates/townsquare/index.html index 5bf5c365c8a..c863d6d2679 100644 --- a/app/townsquare/templates/townsquare/index.html +++ b/app/townsquare/templates/townsquare/index.html @@ -439,7 +439,7 @@

{{type|title}} Action

{% endfor %} "> - + ${{mli.amount}} from {{mli.contributors}} contributor
${{mli.match_amount}} matched