mirror of https://github.com/hykilpikonna/AquaDX
AquaNet: Append to make Error Message h2 not use margin-top
parent
c4309aa14c
commit
a5578335d3
|
@ -4,7 +4,7 @@
|
||||||
export let ifError = `No Error was Passed through. Quick, check the Devtools and create a Ticket!`;
|
export let ifError = `No Error was Passed through. Quick, check the Devtools and create a Ticket!`;
|
||||||
</script>
|
</script>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h2 style="color:red;">Something's wrong, Please Try again Later.</h2>
|
<h2 style="color:red; margin-top:0px;">Something's wrong, Please Try again Later.</h2>
|
||||||
<p>Need to know why? Check Below.</p>
|
<p>Need to know why? Check Below.</p>
|
||||||
<code>
|
<code>
|
||||||
{ifError}
|
{ifError}
|
||||||
|
|
Loading…
Reference in New Issue