2020-06-09 11:22:51 +00:00
|
|
|
#instructions-panel__outer {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#instructions-panel__inner {
|
|
|
|
flex: 1;
|
2020-06-09 15:59:22 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2020-08-17 19:30:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#main-logo {
|
|
|
|
width: 200px;
|
2020-06-09 11:22:51 +00:00
|
|
|
}
|