MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 532: Line 532:
width : 100%;
width : 100%;
height:auto;
height:auto;
}
.ab-col-3.ab-portal-box pre{
    background:white;
    border : 0px;
}
.ab-col-3.ab-portal-box pre{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
    text-align:center; 
    width:100%;
    height:100%;
}
.ab-col-3.ab-portal-box pre b{
    margin-top:30px;
}
}