Fix project logo sizing on mobile

This commit is contained in:
2025-09-10 15:15:56 +02:00
parent d5a1bc2bc7
commit ef9ab98b40

View File

@@ -183,7 +183,7 @@ a {
}
.project-logo.small-logo {
width: 25%;
width: 50%;
height: auto;
}
@@ -232,6 +232,11 @@ a {
height: 40vh;
}
.project-logo.small-logo {
width: 25%;
height: auto;
}
.inline-elements {
flex-direction: row;
}