Footer addded

This commit is contained in:
2021-12-27 22:54:54 -03:00
parent 3d5cfdb4bc
commit 19a61aa469
5 changed files with 42 additions and 1 deletions

View File

@@ -260,6 +260,20 @@ emoji-picker {
height: 80vw;
}
}
footer {
position: absolute;
height: 7vh;
width: 100%;
padding-left: 2vw;
top: calc(100% - 7vh);
box-sizing: border-box;
color: #fff;
font-size: 13pt;
}
footer a {
color: #1f5ebd;
}
html, body {
height: 100%;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;