Skip to content

Commit 071937c

Browse files
author
Aleeya Babb
committed
fix for mobile whitespace scrolling
1 parent be18f2e commit 071937c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: home
3-
carousel: "Areas where we are making impact"
3+
carousel: "Areas where we are making an impact"
44
permalink: /
55
---
66

static/page.css

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
html, body {
2+
width: 100%;
3+
overflow-x: hidden;
4+
}
5+
16
.staff-block {
27
border: 2px solid blue;
38
border-radius: 5px;

0 commit comments

Comments
 (0)