Template:Main page/about/styles.css: Difference between revisions

Template page
(Created page with "#home-about { display: flex; flex-direction: column; flex: 2; justify-content: space-between; } .home-editing__stats { display: flex; }")
 
No edit summary
Line 2: Line 2:
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
    flex: 2;
flex: 2;
justify-content: space-between;
justify-content: space-between;
}
}

Revision as of 22:53, 2 January 2023

#home-about {
	display: flex;
	flex-direction: column;
	flex: 2;
	justify-content: space-between;
}

.home-editing__stats {
	display: flex;
}