We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21cfeb9 commit 18bbb28Copy full SHA for 18bbb28
src/browser/pages/global.css
@@ -1,11 +1,15 @@
1
html,
2
body,
3
-#root,
4
-.center-container {
+#root {
5
height: 100%;
6
width: 100%;
7
}
8
+.center-container {
9
+ min-height: 100%;
10
+ width: 100%;
11
+}
12
+
13
body {
14
background: rgb(244, 247, 252);
15
color: #111;
src/browser/pages/home.css
@@ -4,6 +4,7 @@
.block-row > .item {
flex: 1;
+ margin: 2px 0;
.block-row > .item.-row {
0 commit comments