From c55afd51975950705211358e9f362d435308140f Mon Sep 17 00:00:00 2001 From: Gisle Aas <gisle.aas@uib.no> Date: Mon, 8 Feb 2021 21:24:13 +0100 Subject: [PATCH] re meta#268 Make the article boxes less rounded Found that it still looks better to actually keep the shaddow, just make it much more suddle. --- src/components/Article.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Article.vue b/src/components/Article.vue index 7b87410..1dfdccf 100644 --- a/src/components/Article.vue +++ b/src/components/Article.vue @@ -58,11 +58,11 @@ export default { <style> article { position: relative; - padding: 10px; + padding: 14px; margin: 10px; - border-radius: 10px; + border-radius: 2px; background-color: #FFFFFF; - box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.5); + box-shadow: 1px 1px 4px rgba(0.5, 0.5, 0.5, 0.2); } h3 { -- GitLab