User:Blackwolfe/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
No edit summary
imported>Blackwolfe
No edit summary
Line 9: Line 9:
flex-grow:0;
flex-grow:0;
margin-bottom:1em;
margin-bottom:1em;
}
}
.PrayerDiv .h2 {
    width:50%;
}

Revision as of 19:34, 6 June 2021

.PrayerFlex {
	flex-wrap: wrap;
	display: flex;
	justify-content:space-between;
}
.PrayerDiv {
	display: inline-block;
	flex: 48%;
	flex-grow:0;
	margin-bottom:1em;
}	
	.PrayerDiv .h2 {
     width:50%; 
	}