fixed my feed box

This commit is contained in:
Thomas G 2022-07-13 21:31:30 +10:00
parent 212dd3ae22
commit 790016bb4c
1 changed files with 4 additions and 2 deletions

View File

@ -16,8 +16,10 @@
<div id="feed">
<h2>My Feed</h2>
<br>
<input id="FeedBox" type="text" placeholder="Say something...">
<button style="width: 100%;" class="greybutton" id="FeedButton">Post it!</button>
<p style="display: flex;">
<input id="FeedBox" type="text" placeholder="Say something..." style="width: 80%;">
<button style="width: 20%;height: 28px;" class="greybutton" id="FeedButton">Post it!</button>
</p>
<br>
<div id="FeedContainer">
<div class="FeedContainerBox" id="FeedContainerBox1">