Template:Teammates/styles.css: Difference between revisions

From OnTrackNorthAmerica
No edit summary
No edit summary
Line 4: Line 4:
}
}


.pic1 tbody{
 
display:flex;
}
.pic1 tr{
.pic1 tr{
display:flex;
display:flex;
Line 14: Line 12:
display:flex;
display:flex;
width: 33.3%;
width: 33.3%;
}
.pic1 figure{
width: 100% !important;
float: none !important;
margin: 1em 0 !important;
box-sizing: border-box;
}
}

Revision as of 14:06, 12 September 2024

.pic1{
	/*overflow:visible!important;*/
	display:block;
}


.pic1 tr{
	display:flex;
	width: 100%;
}
.pic1 td{
	display:flex;
	width: 33.3%;
}

.pic1 figure{
	width: 100% !important;
	float: none !important;
	margin: 1em 0 !important;
	box-sizing: border-box;
}