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
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
902daf15ae
commit
512f32c294
@ -45,6 +45,11 @@ pre > code {
|
|||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article > footer > div {
|
||||||
|
height: 25vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
footer {
|
footer {
|
||||||
width: 70vw;
|
width: 70vw;
|
||||||
margin-top: 6vh;
|
margin-top: 6vh;
|
||||||
@ -56,3 +61,4 @@ footer {
|
|||||||
footer span a {
|
footer span a {
|
||||||
color: #FF8608;
|
color: #FF8608;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user