You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@import 'variables.less';
|
|
|
|
// 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;
|
|
}
|
|
}
|
|
}
|