fix footer styling

This commit is contained in:
Hugh Rundle 2023-01-11 14:05:14 +11:00
parent f381c8ea03
commit 22aea522bb

View file

@ -51,7 +51,7 @@ textarea,
main {
outline: none;
width: 90%;
height:80vh;
min-height:80vh;
border: none;
resize: none;
}
@ -92,3 +92,11 @@ main {
border-top: 1px solid #999;
padding-top: 1em;
}
.help {
margin-bottom: 2em;
}
.menu-help {
font-weight: bolder;
}