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 2767c61 commit dc35796Copy full SHA for dc35796
Source-Code/EventCode/style.css
@@ -14,6 +14,24 @@
14
align-items: center;
15
}
16
17
+ .insert{
18
+ display: flex;
19
+ flex-direction: column;
20
+ align-items: center;
21
+
22
+ }
23
+ ul{
24
25
26
+ li{
27
+ list-style-type: none;
28
+ margin: 0;
29
+ padding: 20px;
30
+ background-color: #fffafa;
31
32
33
34
35
.key{
36
border: 1px solid #999;
37
background-color: #eee;
@@ -22,8 +40,8 @@
40
font-size: 20px;
41
font-weight: bold;
42
padding: 20px;
- flex-direction: column;
- margin: 10px;
43
44
+ margin: 30px;
45
min-width: 150px;
46
position: relative;
47
0 commit comments