anything normal? no ❤
This commit is contained in:
parent
fa3c298eda
commit
8d23f7646d
4 changed files with 63 additions and 3 deletions
18
where.css
18
where.css
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue