diff --git a/src/routes/contact/+page.svelte b/src/routes/contact/+page.svelte index d751905..d27bd87 100644 --- a/src/routes/contact/+page.svelte +++ b/src/routes/contact/+page.svelte @@ -29,11 +29,18 @@ />
- A photograph of our lovely colleague who is eager to hear from you +
+ A photograph of our lovely colleague who is eager to hear from you +

+ ✉ Dermot Brabazon (dermot.brabazon@dcu.ie) +

+
diff --git a/src/routes/contact/ContactPage.scss b/src/routes/contact/ContactPage.scss index 2be23ad..62b8c83 100644 --- a/src/routes/contact/ContactPage.scss +++ b/src/routes/contact/ContactPage.scss @@ -38,15 +38,29 @@ padding: 32px 0 32px 48px; } -.contact-image { +.contact-image-pane { position: sticky; border-radius: var(--contact-corner-round); width: 100%; top: 64px; max-width: var(--contact-img-size); + justify-items: center; +} + +.contact-image { + border-radius: var(--contact-corner-round); + width: 100%; + max-width: var(--contact-img-size); max-height: var(--contact-img-size); } +.contact-image-subtitle { + font: "Assistant"; + font-size: 24px; + color: #d9d9d9; + text-align: center; +} + @media (orientation: landscape) and (min-width: 1200px) { .contact-form-column { width: 67%;