mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-25 02:06:33 -05:00
Fix font size.
This commit is contained in:
parent
c73926f529
commit
8c7b4b40dd
2 changed files with 7 additions and 1 deletions
|
@ -24,3 +24,8 @@ body {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main {
|
||||||
|
/* No idea why this defaulted to 14, but I'm fixing it here. */
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -158,7 +158,8 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="row" style="text-align: left;">
|
<div class="row" style="text-align: left;">
|
||||||
<div class="col-md-12">
|
<div class="col-md-1"></div>
|
||||||
|
<div class="col-md-10 main">
|
||||||
<h3>About Diceware</h3>
|
<h3>About Diceware</h3>
|
||||||
|
|
||||||
Weak passwords are a big flaw in computer security due to a lack of "entropy"
|
Weak passwords are a big flaw in computer security due to a lack of "entropy"
|
||||||
|
|
Loading…
Reference in a new issue