anything normal? no ❤

This commit is contained in:
Rhiannon Morris 2022-12-30 19:37:17 +01:00
parent fa3c298eda
commit 8d23f7646d
4 changed files with 63 additions and 3 deletions

View file

@ -21,10 +21,9 @@ main { max-width: 1100px; }
.contact {
grid-template-columns: repeat(2, auto auto);
width: 100%;
width: 85%;
margin: auto;
}
.contact dt { text-align: left; }
.contact dd { margin-left: 16px; }
.o {
filter:
@ -33,3 +32,16 @@ main { max-width: 1100px; }
drop-shadow(-0.5px -0.5px black)
drop-shadow(0.5px -0.5px black);
}
.other {
font-style: italic;
}
dt.other {
display: flex;
justify-content: end;
align-items: center;
gap: 5px;
}
dd.other {
grid-area: auto / 2 / auto / 5;
}