MediaWiki:Minerva.css: Difference between revisions

No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 89: Line 89:
.minerva-header > form{justify-content:right}
.minerva-header > form{justify-content:right}
@media(max-width:800px){
@media(max-width:800px){
.branding-box{max-width: calc(100% - 200px)}
.branding-box{max-width: calc(100% - 450px); min-width:auto !important}
.minerva-header .branding-box a{width:100%}
.minerva-header .branding-box a{width:100%}
.minerva-header .branding-box a span{width:100%; line-height:normal; overflow:hidden; text-overflow:ellipsis}
.minerva-header .branding-box a span{width:100%; line-height:normal; overflow:hidden; text-overflow:ellipsis}
}
}
@media(max-width:600px){
@media(max-width:719px){
.branding-box{max-width: calc(100% - 111px)}
.branding-box{max-width: calc(100% - 111px)}
}
}