adding a decent footer height to make reading more confortable when reaching the end
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
simonpetit 2025-11-05 14:35:19 +00:00
parent 902daf15ae
commit 512f32c294

View File

@ -45,6 +45,11 @@ pre > code {
margin-bottom: 1em;
}
article > footer > div {
height: 25vh;
}
/*
footer {
width: 70vw;
margin-top: 6vh;
@ -56,3 +61,4 @@ footer {
footer span a {
color: #FF8608;
}
*/