fix: add missing padding to logo

This commit is contained in:
oSumAtrIX 2023-06-21 03:33:18 +02:00
parent ea2ee26aa3
commit aec1bbee68
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -134,6 +134,10 @@
</Modal>
<style>
#logo {
padding: 0.5rem;
}
path {
fill: var(--grey-five);
}