From 862c1c5e82086bc11a376b2835abda3f12675502 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sat, 25 Apr 2020 15:54:44 +0200 Subject: [PATCH] fix: image border radius not always circle --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 9bb2bf4..c51a846 100644 --- a/src/App.vue +++ b/src/App.vue @@ -534,7 +534,7 @@ header { img { width: 100%; - border-radius: 5em; + border-radius: 50%; border: 0.375em solid #fff; box-shadow: 0.125em 0.125em 0.5em rgba(#000, 0.7); }