We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21cfeb9 commit 0e37201Copy full SHA for 0e37201
src/browser/pages/global.css
@@ -1,7 +1,6 @@
1
html,
2
body,
3
-#root,
4
-.center-container {
+#root {
5
height: 100%;
6
width: 100%;
7
}
@@ -39,7 +38,9 @@ button {
39
38
display: flex;
40
flex-direction: column;
41
justify-content: center;
+ min-height: 100%;
42
padding: 20px;
43
+ width: 100%;
44
45
46
.card-box {
src/browser/pages/home.css
@@ -4,6 +4,7 @@
.block-row > .item {
flex: 1;
+ margin: 2px 0;
8
9
10
.block-row > .item.-row {
0 commit comments