From c9f7474cfb8e10d6ba793ff3db23a6e1e8380fee Mon Sep 17 00:00:00 2001 From: priyanshu0405 <58037946+priyanshu0405@users.noreply.github.com> Date: Thu, 1 Oct 2020 01:15:10 +0530 Subject: [PATCH] add border to images on team page (#33) --- src/components/TeamComponent.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TeamComponent.svelte b/src/components/TeamComponent.svelte index 6137335..fb7b960 100644 --- a/src/components/TeamComponent.svelte +++ b/src/components/TeamComponent.svelte @@ -25,6 +25,7 @@ img { width: 200px; border-radius: 50%; + border: 5px solid #ffa500; } a {