Fix logo size on create admin screen

This commit is contained in:
Andrew Kingston 2021-05-24 16:28:08 +01:00
parent 0e0a44c69f
commit 742f46d730
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
align-items: stretch; align-items: stretch;
} }
img { img {
width: 40px; width: 48px;
margin: 0 auto; margin: 0 auto;
} }
</style> </style>