Credits page done

This commit is contained in:
2021-12-28 10:41:08 -03:00
parent 457397c550
commit 6d2f011c9b
6 changed files with 113 additions and 5 deletions

View File

@@ -265,8 +265,12 @@ footer {
height: 7vh;
width: 100%;
padding-left: 2vw;
padding-right: 2vw;
top: calc(100% - 7vh);
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
color: #fff;
font-size: 13pt;
}