Skip to content

Commit

Permalink
Some fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
GAZ082 committed Feb 1, 2019
1 parent 49c7ea6 commit ce7d639
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ <h1>WFRP 4th Edition Random Character Generator</h1>
<div id="stat_header">
<span id="nameB"></span>,
<span id="speciesB"></span>
<span id="careerB"></span>
</div>
<span id="careerB"></span>
<span id="xpB">0/0</span>
<span id="statsB"></span>
<span id="fateresilienceB"></span>
Expand Down
11 changes: 6 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,33 +82,34 @@ 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,
#trappingsB,
#talentsB,
#xpB,
#fateresilienceB {
padding: 0.8em;
padding: 1em;
}

table {
Expand Down

0 comments on commit ce7d639

Please # to comment.