Add margin-top -7px to navbar brand.

This commit is contained in:
elweyn 2023-03-08 07:44:43 +01:00
parent 4927147ab9
commit 992eb6e89b

View File

@ -50,6 +50,10 @@ export default {
} }
</script> </script>
<style> <style>
.navbar-brand {
margin-top: -7px;
}
.navbar-brand-img { .navbar-brand-img {
height: 2rem; height: 2rem;
padding-left: 10px; padding-left: 10px;