Template:LangNavBox/styles.css: Difference between revisions
No edit summary |
try to use float |
||
Line 4: | Line 4: | ||
border-radius:4px; | border-radius:4px; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
float: right; | |||
} | } | ||
.push-right { | .push-right { | ||
display: flex; | /*display: flex; | ||
align-items: flex-end; | align-items: flex-end; | ||
justify-content: flex-end; | justify-content: flex-end;*/ | ||
} | } |