diff options
Diffstat (limited to 'frontend/src/pages/Home.sass')
| -rw-r--r-- | frontend/src/pages/Home.sass | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/src/pages/Home.sass b/frontend/src/pages/Home.sass new file mode 100644 index 00000000..9c812db2 --- /dev/null +++ b/frontend/src/pages/Home.sass @@ -0,0 +1,9 @@ +.body-wrapper + position: relative + overflow-y: hidden + +.intro-section, .modeling-section, .technologies-section + background-color: #fff + +.stakeholder-section, .simulation-section, .team-section + background-color: #f2f2f2 |
