summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/callback.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/dist/callback.html b/dist/callback.html
index cfb1bb3..516e385 100644
--- a/dist/callback.html
+++ b/dist/callback.html
@@ -9,7 +9,7 @@ body {
.sidenav {
height: 30%;
- width: 220px;
+ width: 160px;
position: fixed;
z-index: 1;
top: 0;
@@ -39,7 +39,7 @@ body {
}
.main {
- margin-left: 220px; /* Same as the width of the sidenav */
+ margin-left: 160px; /* Same as the width of the sidenav */
font-size: 28px; /* Increased text to enable scrolling */
padding: 0px 10px;
}
@@ -67,7 +67,6 @@ body {
<input type="text" id="name1" value="First name">
<input type="text" id="name2" value="Second name">
<button id="Match_button" onclick="match_users()">Match users</button>
- <h1 id="output"></h1>
</div>
<div class="out">
<p id="output"></p>