summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Kobert <dennis@kobert.dev>2020-02-13 01:05:06 +0000
committerDennis Kobert <dennis@kobert.dev>2020-02-13 01:05:06 +0000
commite5915c8241942b5c25587f879347cd4c5321c030 (patch)
tree8bb568f336da27c7f95b509263228c4742952f48
parent2b9d2064c0e5347f1fe7f40f156ad9af142acef5 (diff)
remov output from main
-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>