Possibly fixed banner issues

pull/3/head
Elijah 2018-05-19 09:24:31 -05:00
parent 78a99d2842
commit 3e2466dc72
3 changed files with 4 additions and 1 deletions

2
.gitignore vendored 100644
View File

@ -0,0 +1,2 @@
.DS_Store

View File

@ -165,7 +165,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
} }
payload = new Uint8Array(await readFileAsArrayBuffer(file)); payload = new Uint8Array(await readFileAsArrayBuffer(file));
} else { } else {
logOutput("<p style='color:red'>You're trying to load a payload type that doesn't exist.</p>"); logOutput("<span style='color:red'>You're trying to load a payload type that doesn't exist.</span>");
return; return;
} }

View File

@ -10,6 +10,7 @@ body {
#title { #title {
text-align: center; text-align: center;
font-size: 1.5vw;
padding-top: 10vw; padding-top: 10vw;
padding-bottom: 10vw; padding-bottom: 10vw;
background-size: cover; background-size: cover;