Skip to content

Commit

Permalink
fix for font size #42
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Dec 9, 2020
1 parent 1ab98e2 commit ae70a76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions speakbook/classic.md
Original file line number Diff line number Diff line change
Expand Up @@ -1349,9 +1349,9 @@ Your communication partner needs to know how you communicate “yes” and “no
<div class="block pink-bkg">{{ $page.frontmatter.text._seven }}</div>
<div class="block pink-bkg">{{ $page.frontmatter.text._eight }}</div>
<div class="block pink-bkg">{{ $page.frontmatter.text._nine }}</div>
<div class="block yellow-bkg">{{ $page.frontmatter.text.YES }}</div>
<div class="block yellow-bkg" style="font-size: 18pt;">{{ $page.frontmatter.text.YES }}</div>
<div class="block pink-bkg">{{ $page.frontmatter.text._zero }}</div>
<div class="block yellow-bkg">{{ $page.frontmatter.text.NO }}</div>
<div class="block yellow-bkg" style="font-size: 18pt;">{{ $page.frontmatter.text.NO }}</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -1381,10 +1381,10 @@ Your communication partner needs to know how you communicate “yes” and “no
<div class="block cyan-bkg">{{ $page.frontmatter.text.C }}</div>
<div class="block cyan-bkg">{{ $page.frontmatter.text.V }}</div>
<div class="block cyan-bkg">{{ $page.frontmatter.text.B }}</div>
<div class="block b1_5x yellow-bkg">SPACE</div>
<div class="block b1_5x yellow-bkg" style="font-size: 18pt;">SPACE</div>
<div class="block cyan-bkg">{{ $page.frontmatter.text.N }}</div>
<div class="block cyan-bkg">{{ $page.frontmatter.text.M }}</div>
<div class="block b1_5x cyan-bkg">DEL</div>
<div class="block b1_5x yellow-bkg" style="font-size: 18pt;">DEL</div>
</div>
</div>
</div>
Expand Down

0 comments on commit ae70a76

Please sign in to comment.