x
This commit is contained in:
parent
033b8d9b33
commit
e7a81fbf4a
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
.notepad {
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
font-size: 24px;
|
||||
font-size:36px;
|
||||
padding: 20px;
|
||||
box-sizing: border-box;
|
||||
border: none;
|
||||
|
|
@ -168,7 +168,7 @@
|
|||
<div class="font-size-control">
|
||||
<label for="font-size">Size:</label>
|
||||
<button id="decrease-font">A-</button>
|
||||
<span id="current-size">24px</span>
|
||||
<span id="current-size">36px</span>
|
||||
<button id="increase-font">A+</button>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue