Fix project logo sizing on mobile
This commit is contained in:
@@ -183,7 +183,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.project-logo.small-logo {
|
.project-logo.small-logo {
|
||||||
width: 25%;
|
width: 50%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -232,6 +232,11 @@ a {
|
|||||||
height: 40vh;
|
height: 40vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.project-logo.small-logo {
|
||||||
|
width: 25%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.inline-elements {
|
.inline-elements {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user