Template:Meeting minutes/styles.css: Difference between revisions

hw>Mlink-rodrigue
No edit summary
m (1 revision imported)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
.boxedheaders div.block {justify-content: space-between; width:95%;}
.boxedheaders div.block {justify-content: space-between; width:95%;}
}
}
td select {padding:4px; margin:4px;font-weight:bold;}
td select {padding:4px; margin:4px;}

Latest revision as of 11:50, 2 December 2021

.boxedheaders {display:flex; flex-wrap:wrap;}
.boxedheaders div.block {justify-content: space-between; width:46%; margin:10px; padding:20px; border: 1px solid #d3d3d3}
.boxedheaders h2 {margin-top:0; font-size:1.3rem}
@media only screen and ( max-width: 768px ) { 
.boxedheaders div.block {justify-content: space-between; width:95%;}
}
td select {padding:4px; margin:4px;}