Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
.dd-cont-resp {
.dd-cont-resp {
display: flex;
    display: flex;
text-align: center;
    text-align: center;
padding: 26px;
    padding: 26px;
     border: 4px double #857329;
     border: 4px double #857329;
flex-wrap: wrap;
    flex-wrap: wrap;
 
    justify-content: space-around;
    align-content: center;
    align-items: center;
}
}


.dd-cont-img-link {
.dd-cont-img-link {
width: 128px;
width: 128px;
padding: 12px;


}
}

Revision as of 15:07, 6 November 2024

.dd-cont-resp {
    display: flex;
    text-align: center;
    padding: 26px;
    border: 4px double #857329;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.dd-cont-img-link {
width: 128px;
padding: 12px;

}