diff options
Diffstat (limited to 'bot/index.php')
-rw-r--r-- | bot/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bot/index.php b/bot/index.php index 9fcf4a7..005efb0 100644 --- a/bot/index.php +++ b/bot/index.php @@ -9,6 +9,11 @@ <style> body { background-color: black; + margin: 0; + padding: 0 + } + img { + width: 100% } </style> </head> |