diff options
Diffstat (limited to 'cards.css')
-rw-r--r-- | cards.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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; |