9 lines
145 B
CSS
9 lines
145 B
CSS
|
.orientation-guide {
|
||
|
align-items: center;
|
||
|
color: #b6b6b6;
|
||
|
display: flex;
|
||
|
flex: 1;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
}
|