fix: small fix for marketplace header styles (#1873)

This commit is contained in:
Alex Inkin
2022-10-16 19:16:55 +03:00
committed by Aiden McClelland
parent 8beda5b0ae
commit 50e3b7cd5a

View File

@@ -1,4 +1,6 @@
.header {
display: flex;
align-items: flex-start;
padding: 16px;
}