MinervaNeue/skinStyles/mobile.special.styles/minerva.less

34 lines
471 B
Plaintext
Raw Normal View History

@import 'minerva.variables';
.ns-special {
#content {
#section_0 {
padding: 34px 0 0;
font-size: 1.5em;
font-weight: bold;
}
.pre-content {
padding: 0;
}
}
// Specific to override mobile display
.heading-holder .tagline {
margin-bottom: 15px;
}
h1,
h2 {
// Important given we have no idea which rules special pages are enforcing
font-family: @fontFamily !important;
}
.content-header {
h1,
h2 {
text-align: center;
}
}
}