new contact info pic

This commit is contained in:
Rhiannon Morris 2022-11-10 14:09:48 +01:00
parent 606eacb206
commit 4c1cf816e7
5 changed files with 29 additions and 8 deletions

View file

@ -2,7 +2,22 @@
main { max-width: 1100px; }
#headerpic { filter: drop-shadow(0 0 30px var(--glow-col)); }
#headerpic {
position: relative;
width: min-content;
margin: auto;
}
#headerpic figcaption {
position: absolute;
bottom: 0.25em;
right: 0.5em;
font-style: italic;
}
#headerpic img {
filter: drop-shadow(0 0 30px var(--glow-col));
}
.contact {
grid-template-columns: repeat(2, auto auto);