change footer layout
This commit is contained in:
parent
370411535d
commit
def7ee0399
3 changed files with 20 additions and 3 deletions
14
style.css
14
style.css
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue