summaryrefslogtreecommitdiff
path: root/cards.css
diff options
context:
space:
mode:
Diffstat (limited to 'cards.css')
-rw-r--r--cards.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/cards.css b/cards.css
index 70139ec..a01ead0 100644
--- a/cards.css
+++ b/cards.css
@@ -8,7 +8,7 @@
background-color: #ca8;
color: black;
border: 1px solid black;
- border-radius: 12px;
+ border-radius: 8px;
box-shadow: 1px 2px 8px #0008;
}
@@ -21,8 +21,8 @@
.name {
border-top: 1px solid black;
border-bottom: 1px solid black;
- margin: 12px 0;
- padding: 6px 30px 6px 0;
+ margin: 10px 0 12px 0;
+ padding: 5px 30px 5px 0;
text-align: center;
font-size: 16px;
line-height: 16px;
@@ -71,7 +71,7 @@
.strength {
position: absolute;
- top: 6px;
+ top: 4px;
right: 4px;
background-color: #dadada;
color: black;