1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
This commit is contained in:
Akita Noek 2016-06-02 14:33:24 -04:00
parent a6e06588b4
commit d565faff98

View File

@ -10,7 +10,7 @@
.OnePlusOne-container(@height: 100%; @breakpoint: 900px){
height: @height;
display: flex;
flex-diration: row;
flex-direction: row;
@media screen and(max-width: @breakpoint){
flex-direction: column;
}