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 {{ svg {{
display: block; display: block;
margin: 0 auto; margin: 17px auto;
background-color: transparent; background-color: transparent;
border-radius: 5px; border-radius: 5px;
overflow: hidden; overflow: hidden;
border: 1px solid #1e1e24; border: 1px solid #1e1e24;
padding: 17px;
}} }}
</style> </style>
</head> </head>