fixed the footer deleted a undeeded <p> in index.html

This commit is contained in:
2025-02-06 22:54:11 +01:00
parent e2b7bf19e1
commit c646f962c9
2 changed files with 4 additions and 4 deletions

View File

@@ -3,6 +3,9 @@ body {
margin: 0;
height: 100;
overflow-x: hidden;
display: flex;
flex-direction: column;
min-height: 100vh;
}
@font-face {
@@ -46,10 +49,8 @@ body {
/*Code to make footer look cool and ncie :D*/
footer {
font-family: IBMWeb, Liberation Mono, monospace;
position: fixed;
text-align: center;
bottom: 0;
width: 100%;
margin-top: auto;
padding: 1em;
color: white;
text-decoration: none;