fix: add missing padding to logo

This commit is contained in:
oSumAtrIX
2023-06-21 03:33:18 +02:00
parent ea2ee26aa3
commit aec1bbee68

View File

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