Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng committed Apr 4, 2024
1 parent e5c8406 commit 231f068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
body,h1 {font-family: "Montserrat", sans-serif}
img {margin-bottom: -7px}
.w3-row-padding img {margin-bottom: 12px}
.resizedTextbox {width: 100px; height: 20px}
</style>
</head>
<body>
Expand Down Expand Up @@ -50,7 +51,7 @@
<div>
Your message:
</div>
<input name="message" size="50" height="200" required></input>
<input name="message" class="resizedTextbox" required></input>
</label>
</div>
<div>
Expand Down

0 comments on commit 231f068

Please sign in to comment.