fix footer styling
This commit is contained in:
parent
f381c8ea03
commit
22aea522bb
|
@ -51,7 +51,7 @@ textarea,
|
||||||
main {
|
main {
|
||||||
outline: none;
|
outline: none;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height:80vh;
|
min-height:80vh;
|
||||||
border: none;
|
border: none;
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
@ -92,3 +92,11 @@ main {
|
||||||
border-top: 1px solid #999;
|
border-top: 1px solid #999;
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.help {
|
||||||
|
margin-bottom: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-help {
|
||||||
|
font-weight: bolder;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue