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,13 +85,15 @@
</div> </div>
<br /> <br />
<div> <div>
<label for="newExampleTextInput">Example Text:</label> <label for="newExampleTextInput">Change example text:</label>
<input <div>
type="text" <input
id="newExampleTextInput" type="text"
name="newExampleTextInput" id="newExampleTextInput"
/> name="newExampleTextInput"
<button id="newExampleTextButton">Update</button> />
<button id="newExampleTextButton">Update</button>
</div>
</div> </div>
<br /> <br />
<h2>Downloads</h2> <h2>Downloads</h2>

View File

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