From dbf277b14699ffa66b1701075e07f0d66dd57f1f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 25 Jul 2020 08:45:26 -0400 Subject: [PATCH] Round the corners of the statblocks --- src/components/Statblock.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Statblock.vue b/src/components/Statblock.vue index df6c0c2..f51a9e4 100644 --- a/src/components/Statblock.vue +++ b/src/components/Statblock.vue @@ -147,6 +147,7 @@ a { position: relative; overflow: hidden; background: none; + border-radius: 10px; } .stat-line {