Adjust new example text layout

This commit is contained in:
kaBeech
2023-03-19 15:48:54 -07:00
parent 0198bcfc6f
commit bb12e78040
2 changed files with 13 additions and 7 deletions

View File

@@ -85,7 +85,8 @@
</div>
<br />
<div>
<label for="newExampleTextInput">Example Text:</label>
<label for="newExampleTextInput">Change example text:</label>
<div>
<input
type="text"
id="newExampleTextInput"
@@ -93,6 +94,7 @@
/>
<button id="newExampleTextButton">Update</button>
</div>
</div>
<br />
<h2>Downloads</h2>
<div id="downloads">

View File

@@ -123,6 +123,10 @@ input.serious {
color: #d4d4d4;
}
#newExampleTextInput {
width: 16em;
}
.serious#newExampleTextInput {
height: 1.15em;
}