diff options
Diffstat (limited to 'src/pages/Home.sass')
| -rw-r--r-- | src/pages/Home.sass | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/pages/Home.sass b/src/pages/Home.sass index 58fbf6b2..9c812db2 100644 --- a/src/pages/Home.sass +++ b/src/pages/Home.sass @@ -1,4 +1,9 @@ -// Fix for the white space appearing otherwise on the right of the page, on mobile .body-wrapper - overflow-x: hidden + position: relative overflow-y: hidden + +.intro-section, .modeling-section, .technologies-section + background-color: #fff + +.stakeholder-section, .simulation-section, .team-section + background-color: #f2f2f2 |
