MediaWiki:Common.css: Difference between revisions

testing changes to responsive image gallery styling
(styling for responsive image gallery)
(testing changes to responsive image gallery styling)
Line 473:
/* Create four equal columns that sits next to each other */
.column {
flex: 125%; /*1*/
max-width: 10025%; /*100%*/
/*background-color:var(--color-surface-1);*/
/*border:1px solid var(--border-color-base);*/
/*color:var(--color-base-emphasized);*/
/*border-radius: 8px;*/
/*box-shadow: 0 3px 6px rgba(0,0,0,0.04),0 3px 6px rgba(0,0,0,0.0575);*/
padding: 5px;
Line 492:
@media (max-width: 800px) {
.column {
flex: 4850%;
max-width: 10050%;
}
}