Not display footer in chat

This commit is contained in:
cuom1999 2022-12-07 13:43:49 -06:00
parent c368756032
commit 073138986c

View file

@ -1,4 +1,8 @@
<style>
footer {
display: none;
}
#content {
margin: 2.5em 1em 0 0;
}