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 6d874e1 commit 56f4d85Copy full SHA for 56f4d85
client/src/menu/main/startMenu.css
@@ -10,6 +10,8 @@
10
align-items: center;
11
flex-wrap: wrap;
12
flex-grow: 1;
13
+ padding: 2rem;
14
+ gap: 2rem;
15
}
16
17
.sm > main > section {
@@ -19,7 +21,6 @@
19
21
flex-direction: column;
20
22
23
justify-content: center;
- padding: 2rem;
24
25
26
.sm > main > section#main > div {
@@ -37,12 +38,16 @@
37
38
39
40
.sm > main > section#main {
- width: 50%;
41
+ width: 60%;
42
+ min-height: 40vh;
43
44
45
.sm > main > section#wiki {
- width: 30%;
- height: 80vh;
46
+ width: 35%;
47
+}
48
+
49
+.sm > main > section#wiki .wiki-search {
50
+ max-height: 40vh;
51
52
53
.sm > main > section > h1 {
0 commit comments