Fix logo container size on mobile

This commit is contained in:
Justin Edmund 2025-06-11 21:59:08 -07:00
parent 6c2555b7c9
commit e07cde3837

View file

@ -319,8 +319,10 @@
}
.project-logo {
width: 60px;
height: 60px;
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
box-sizing: border-box;
}
}
</style>