Merge "Prevent logo text overlapping icons on small mobile displays"

isekai
jenkins-bot 7 years ago committed by Gerrit Code Review
commit 45116ea7a3

@ -24,3 +24,17 @@
margin-right: @column-right-size + 3em;
}
}
// Prevent logo text overlapping icons on small displays
@media screen and ( max-width: 550px ) {
#p-logo-text {
position: static;
a {
padding-top: 0;
}
a.long {
padding-bottom: 0.2em;
}
}
}

Loading…
Cancel
Save