Add CSS Logo img height: 2rem

This commit is contained in:
ogerly 2021-11-26 10:07:16 +01:00
parent a1aacaadec
commit b639da68e7

View File

@ -66,6 +66,6 @@ export default {
</script>
<style>
.navbar-brand-img {
height: 2.5 rem;
height: 2rem;
}
</style>