Skip to content

Commit 019aac4

Browse files
committed
small css change in global.css
1 parent 980218c commit 019aac4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/static/global.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
box-sizing: border-box;
55
}
66

7-
html {
7+
html, body{
8+
height: 100%;
9+
}
10+
11+
body{
12+
background-color: #F7F7F7;
13+
color: #222831;
814
font-family: "Assistant", "Ariel", sans-serif;
915
font-weight: 400;
1016
line-height: 1.7;
1117
text-rendering: optimizeLegibility;
1218
scroll-behavior: smooth;
13-
background-color: #F7F7F7;
14-
color: #222831;
1519
width: 100%;
16-
}
17-
18-
html, body{
19-
height: 100%;
2020
}

0 commit comments

Comments
 (0)