mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 22:35:08 -02:30
typo fix
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
.OnePlusOne-container(@height: 100%; @breakpoint: 900px){
|
.OnePlusOne-container(@height: 100%; @breakpoint: 900px){
|
||||||
height: @height;
|
height: @height;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-diration: row;
|
flex-direction: row;
|
||||||
@media screen and(max-width: @breakpoint){
|
@media screen and(max-width: @breakpoint){
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user