From ce7d63957e83e1af2a8da45a4e444a105ffbf000 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Zorrilla" Date: Thu, 31 Jan 2019 22:37:17 -0300 Subject: [PATCH] Some fixes. --- index.html | 2 +- style.css | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 02538e8..5cfe87b 100644 --- a/index.html +++ b/index.html @@ -31,8 +31,8 @@

WFRP 4th Edition Random Character Generator

, -
+ 0/0 diff --git a/style.css b/style.css index a561514..88d1257 100644 --- a/style.css +++ b/style.css @@ -82,25 +82,26 @@ p#Acknowledgements { } #stat_header { + font-family: 'Germania One', cursive; + font-size: 2em; background-color: black; color: white; border-radius: 0.2em 0.2em 0 0; - padding: 0.8em; + padding: 0.4em; display: flex; flex-wrap: wrap; font-weight: bold; - font-size: 1em } #skill_header { background-color: black; color: white; - padding: 0.8em; + padding: 0.6em; display: flex; flex-wrap: wrap; margin: 0.4em 0 0.4em 0; font-weight: bold; - font-size: 1em + font-size: 1.2em } #skillsB, @@ -108,7 +109,7 @@ p#Acknowledgements { #talentsB, #xpB, #fateresilienceB { - padding: 0.8em; + padding: 1em; } table {