Some more styling fixes

This commit is contained in:
2022-01-05 23:14:59 +01:00
parent 2db20d4885
commit 3d0c6dfacd
4 changed files with 8 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ onMount(() => {
{#if visible}
<div bind:this={popup} in:fade out:fade class="intro_popup">
<span class="title">Upload your own files here</span>
<span class="light">Upload your own files here</span>
<p>
With pixeldrain you can share your files anywhere on the web. The
sky is the limit!
@@ -72,7 +72,7 @@ onMount(() => {
border-left: 15px solid transparent;
border-right: 15px solid transparent;
}
.title {
.light {
font-size: 1.6em;
}
.close {