add "interhack" secton in footer

with links to main site and wiki
This commit is contained in:
vincent-peugnet 2025-11-24 18:10:11 +01:00
parent 2b51b2b3e9
commit c48419f3f3
3 changed files with 104 additions and 95 deletions

View file

@ -65,3 +65,17 @@ footer a:hover, nav a:hover {
transform: rotate(-2deg);
}
footer {
display: block;
text-align: center;
display: flex;
justify-content: space-evenly;
}
@media (max-width: 600px) {
footer {
flex-direction: column;
}
}

View file

@ -6,13 +6,6 @@ main {
min-height: 1000px;
}
footer {
display: block;
text-align: center;
display: flex;
justify-content: space-evenly;
}
main h1 {
position: relative;
text-align: center;