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 {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
aspect-ratio: 16 / 9;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue