new contact info pic
This commit is contained in:
parent
606eacb206
commit
4c1cf816e7
5 changed files with 29 additions and 8 deletions
17
where.css
17
where.css
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue