Fix project logo sizing on mobile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user