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
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
     flex: 2;
     flex: 1 1 100%;
justify-content: space-between;
justify-content: space-between;
}
}

Latest revision as of 23:11, 2 January 2023

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

.home-editing__stats {
	display: flex;
}