Optimize CSS

This commit is contained in:
Oliver Traber 2022-01-15 16:41:40 +01:00
parent 594b20ba19
commit 9edfc61e96
Signed by: Bluemedia
GPG key ID: C7BA47275B086E2C
7 changed files with 35 additions and 49 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="header">
<div class="flex ai-center">
<img src="/img/logo.png" alt="Logo" class="logo">
<h2>{{ this.title }}</h2>
</div>
@ -18,10 +18,6 @@ export default {
</script>
<style scoped>
.header {
display: flex;
align-items: center;
}
.logo {
width: 60px;
height: auto;