fix the issue about the position of the footer
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Mat 2023-04-02 23:37:35 +02:00
parent 592b179a19
commit 00f62097f1

View File

@ -16,8 +16,11 @@ h2{
padding-top: 40px;
}
footer{
text-align: end;
padding-top: 300px;
position:absolute;
bottom:0;
padding-bottom: 10px;
right:10px;
}
a{
text-decoration: none;