We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980218c commit 019aac4Copy full SHA for 019aac4
app/static/global.css
@@ -4,17 +4,17 @@
4
box-sizing: border-box;
5
}
6
7
-html {
+html, body{
8
+ height: 100%;
9
+}
10
+
11
+body{
12
+ background-color: #F7F7F7;
13
+ color: #222831;
14
font-family: "Assistant", "Ariel", sans-serif;
15
font-weight: 400;
16
line-height: 1.7;
17
text-rendering: optimizeLegibility;
18
scroll-behavior: smooth;
- background-color: #F7F7F7;
- color: #222831;
19
width: 100%;
-}
-
-html, body{
- height: 100%;
20
0 commit comments