3
0

Reduce max-height of one logo to 20vh

This commit is contained in:
Jože Fortun 2023-09-12 13:33:57 +02:00
parent f82453c2cf
commit 5dd03db924

View File

@ -286,7 +286,7 @@ export default {
<style lang="scss" scoped>
.app-selector {
.logo {
max-height: 25vh;
max-height: 20vh;
max-width: 500px;
width: auto;
}