Template:Teammates/styles.css: Difference between revisions

From OnTrackNorthAmerica
No edit summary
No edit summary
Line 14: Line 14:
display:flex;
display:flex;
}
}
/*
/*.pic1 td{
.pic1 td{
display:flex;
display:flex;
width: 33.3%!important;
width: 33.3%!important;
}*/
}


.pic1 figure{
.pic1 figure{
Line 25: Line 24:
margin: 1em 1em 1em 1em!important;
margin: 1em 1em 1em 1em!important;
box-sizing: border-box;
box-sizing: border-box;
}
}*/


.pic1 img{
.pic1 img{
max-width: calc(100% - 3em) !important;
max-width: calc(100% - 3em) !important;
}
}

Revision as of 15:01, 12 September 2024

/*.pic1{
	display:block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.pic1 tbody{
	width:100%;
	display:flex;
	width: 100%;
}*/
.pic1 tr{
	display:flex;
}
/*.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;
}*/

.pic1 img{
	max-width: calc(100% - 3em) !important;
}