remove margin and padding from the chat template

This commit is contained in:
Holly Stubbs 2021-09-03 21:12:59 +01:00
parent ac84a10088
commit 3e9491e9de

View file

@ -1,6 +1,11 @@
<html> <html>
<head> <head>
<style> <style>
body {
margin: 0;
padding: 0;
}
.container { .container {
width: 482px; width: 482px;
height: 165px; height: 165px;