Fix logo container size on mobile
This commit is contained in:
parent
6c2555b7c9
commit
e07cde3837
1 changed files with 4 additions and 2 deletions
|
|
@ -319,8 +319,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-logo {
|
.project-logo {
|
||||||
width: 60px;
|
width: 100%;
|
||||||
height: 60px;
|
height: auto;
|
||||||
|
aspect-ratio: 16 / 9;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue