index.less 122 Bytes
Newer Older
1 2 3 4 5 6 7
.gck_container{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;   
}