Template:Col-float/styles.css: Difference between revisions

From The Audiovisual Identity Database
Jump to navigation Jump to search
imported>Hb1290
No edit summary
imported>Hb1290
No edit summary
Line 12: Line 12:
             top: 50%;  
             top: 50%;  
             left: 50%;  
             left: 50%;  
            margin-top: -100px;
            margin-left: -100px;
justify-content: center;
justify-content: center;
}
}

Revision as of 06:30, 11 June 2020

/* {{pp-template}} */
@media all and ( max-width: 720px ) {
	.multicol-float {
		width: auto !important;
	}
}
.multicol-float {
	width: 25em;
	clear: none;
	float: left;
            position: static; 
            top: 50%; 
            left: 50%; 
justify-content: center;
}
.multicol-float-clear {
	clear: both;
}