just set margin

This commit is contained in:
Osman Faruk Bayram 2025-08-01 00:09:32 +03:00
parent e7f2f6c99e
commit 5fd87319e2

View file

@ -103,12 +103,11 @@ def render_html(df):
}}
svg {{
display: block;
margin: 0 auto;
margin: 17px auto;
background-color: transparent;
border-radius: 5px;
overflow: hidden;
border: 1px solid #1e1e24;
padding: 17px;
}}
</style>
</head>