From 8b5e48520f19895e74e95f3bddf412054cf5ce51 Mon Sep 17 00:00:00 2001 From: octavioamu Date: Fri, 10 Jul 2020 12:57:39 -0300 Subject: [PATCH] fixes for showcase --- .../templates/dashboard/index-vue.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/dashboard/templates/dashboard/index-vue.html b/app/dashboard/templates/dashboard/index-vue.html index 59a6b08c753..1947057fc3c 100644 --- a/app/dashboard/templates/dashboard/index-vue.html +++ b/app/dashboard/templates/dashboard/index-vue.html @@ -72,7 +72,7 @@ grid-template-columns: repeat(5, 1fr); } - .avatar { + .avatar-big { border-radius: 50%; width: 180px; height: 180px; @@ -686,7 +686,7 @@

Hacking Spotlights

[[ getSponsor(spotlight.sponsor).display_name ]]

[[ getSponsor(spotlight.sponsor).followed ? "following" : "follow" ]] @@ -711,28 +711,28 @@

[[hackathon.name]] Wall of Fame<
- - [[ top[0].name ]] + + [[ top[0].name ]] - @[[ top[0].handle ]] + @[[ top[0].handle ]]
- - [[ top[1].name ]] + + [[ top[1].name ]] - @[[ top[1].handle ]] + @[[ top[1].handle ]]
- - [[ top[2].name ]] + + [[ top[2].name ]] - @[[ top[2].handle ]] + @[[ top[2].handle ]]
@@ -762,7 +762,7 @@

[[hackathon.name]] Wall of Fame< {% trans "Sponsor Tribes" %}

    - +