Fixed logo size in warning.

This commit is contained in:
DebaucheryLibrarian 2020-12-18 23:32:47 +01:00
parent 116ba9c6d2
commit 9853bce90b
1 changed files with 3 additions and 2 deletions

View File

@ -135,9 +135,10 @@ export default {
} }
.logo { .logo {
width: 8rem;
display: flex;
fill: var(--primary); fill: var(--primary);
text-align: center; margin: 1rem auto 0 auto;
width: 2rem;
} }
@media(max-width: $breakpoint) { @media(max-width: $breakpoint) {