User:Ajima/MyStyle.css: Difference between revisions

From Veloren Wiki
Content added Content deleted
mNo edit summary
No edit summary
Line 1: Line 1:
.flex-container {
.flex-container {
display: flex;
display: flex;
width: 1080px;
flex-direction: row;
flex-direction: row;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
justify-content: space-between;
justify-content: space-around;
}
div {
width : 180px;
}
}

Revision as of 03:46, 31 August 2022

.flex-container {
display: flex;
width: 1080px;
flex-direction: row;
margin: 0;
padding: 0;
justify-content:  space-around;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.