Template:LangNavBox/styles.css

From DDraceNetwork
Revision as of 08:42, 22 February 2022 by Ryozuki (talk | contribs) (try to use float)
.language-box {
	box-sizing: border-box;
	border: 2px solid #000B59; 
	border-radius:4px; 
	margin-bottom: 10px;
	float: right;
}

.push-right {
	/*display: flex;
	align-items: flex-end;
	justify-content: flex-end;*/
}