mirror of
https://github.com/Max-Stevenson/jurassic-park-interface.git
synced 2024-11-03 01:09:33 +00:00
9 lines
127 B
SCSS
9 lines
127 B
SCSS
#instructions-panel__outer {
|
|
flex: 1;
|
|
}
|
|
|
|
#instructions-panel__inner {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
} |