Template:Teammates/styles.css: Difference between revisions

From OnTrackNorthAmerica
No edit summary
No edit summary
Line 7: Line 7:
.pic1 tbody{
.pic1 tbody{
width:100%;
width:100%;
display:flex;
}
}
.pic1 tr{
.pic1 tr{

Revision as of 14:26, 12 September 2024

.pic1{
	display:block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.pic1 tbody{
	width:100%;
	display:flex;
}
.pic1 tr{
	display:flex;
	width: 100%;
}
.pic1 td{
	display:flex;
	width: 33.3%!important;
}

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