Template

Main Page/styles.css

From Dogcraft Wiki

(Created page with ".main-page-wrapper { display: flex; flex-direction: row; }")
 
No edit summary
Line 1: Line 1:
.main-page-wrapper {
.main-page-wrapper {
display: flex;
display: flex;
flex-direction: row;
flex-direction: column;
}
}

Revision as of 20:24, 13 July 2023

.main-page-wrapper {
	display: flex;
	flex-direction: column;
}
This page was last modified on 13 July 2023, at 20:24. (9 months ago)