mirror of
https://github.com/Max-Stevenson/jurassic-park-interface.git
synced 2024-11-03 01:09:33 +00:00
4a0032b58f
- Created function for loading set of instructions. - Created function for advancing instructions.
13 lines
159 B
SCSS
13 lines
159 B
SCSS
#instructions-panel__outer {
|
|
flex: 1;
|
|
}
|
|
|
|
#instructions-panel__inner {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#main-logo {
|
|
width: 200px;
|
|
} |