remove margin and padding from the chat template
This commit is contained in:
parent
ac84a10088
commit
3e9491e9de
1 changed files with 32 additions and 27 deletions
|
@ -1,6 +1,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 482px;
|
||||
height: 165px;
|
||||
|
|
Loading…
Reference in a new issue