change footer layout

This commit is contained in:
Rhiannon Morris 2020-07-03 17:26:17 +02:00
parent 370411535d
commit def7ee0399
3 changed files with 20 additions and 3 deletions

View file

@ -137,6 +137,20 @@ footer {
color: black;
text-shadow: none;
font-weight: 400;
display: grid;
grid-template: "e t" / 35px auto;
align-items: center;
justify-items: center;
}
footer .emojo {
display: block;
grid-area: e;
}
footer p, footer div {
grid-area: t;
}
footer a {