diff --git a/src/lib/form/Form.svelte b/src/lib/form/Form.svelte
index e1a6eb4..d46cb39 100644
--- a/src/lib/form/Form.svelte
+++ b/src/lib/form/Form.svelte
@@ -1,34 +1,52 @@
diff --git a/src/lib/preview/Preview.svelte b/src/lib/preview/Preview.svelte
index 88d8ad7..a6f1dd9 100644
--- a/src/lib/preview/Preview.svelte
+++ b/src/lib/preview/Preview.svelte
@@ -6,6 +6,10 @@
{$heading}
{$title}
+
{$subtitle}
+
{$content}
+
{$date}
+
{$address}
@@ -20,7 +24,7 @@
.result {
display: block;
aspect-ratio: 1/1.4142;
- max-height: 92vh;
+ min-height: 842px;
align-self: center;
background-color: lightblue;
width: auto;
@@ -28,24 +32,47 @@
background-size: contain;
position: relative;
padding: 1rem;
+ box-shadow: 0 0 16px 0 rgba(0,0,0,0.3);
+ border-radius: 0.5rem;
+ }
+
+ .heading {
+ position: absolute;
+ top: 300px;
+ left: 1rem;
+ right: 1rem;
+ font-size: 1rem;
+ color: grey;
+ font-variant: small-caps;
}
.title {
position: absolute;
- top: 370px;
+ top: 320px;
left: 1rem;
+ right: 1rem;
font-family: 'Gill Sans', sans-serif;
- font-size: 2.5rem;
+ font-size: 2.8rem;
font-variant: small-caps;
- right: 1rem;
+ line-height: 2.5rem;
+ color: firebrick;
+ font-weight: 600;
+ }
+ .subtitle {
+ position: absolute;
+ top: 410px;
+ left: 1rem;
+ right: 2rem;
+ font-size: 1.3rem;
+ color: #565;
}
- .heading {
+ .content {
position: absolute;
- top: 350px;
+ top: 500px;
left: 1rem;
- right: 1rem;
- font-size: 2rem;
- color: grey;
- font-variant: small-caps;}
+ right: 16rem;
+ font-size: 1rem;
+ color: #222;
+ line-height: 1.5rem;}
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 37e0f42..351bdc2 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -16,9 +16,4 @@
box-sizing: border-box;
}
- @media (min-width: 480px) {
- footer {
- padding: 40px 0;
- }
- }
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 22f1e65..e2ff399 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -1,7 +1,6 @@
@@ -17,7 +16,7 @@
diff --git a/static/imagen01.png b/static/imagen01.png
index e45d70a..bed49f6 100644
Binary files a/static/imagen01.png and b/static/imagen01.png differ