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 6162677 commit 9a1be07Copy full SHA for 9a1be07
src/components/Space/Space.module.css
@@ -26,20 +26,18 @@
26
display: flex;
27
flex-direction: column;
28
flex-wrap: nowrap;
29
- justify-content: center;
+ justify-content: space-evenly;
30
align-items: flex-start;
31
- align-content: center;
32
width: 150px;
33
height: 100%;
34
- padding: 10px;
35
box-sizing: border-box;
36
user-select: none;
37
-webkit-user-select: none;
38
-moz-user-select: none;
39
perspective: 20rem;
40
transition: all 0.5s;
41
overflow-y: auto;
42
- padding: 200px 10px;
+ padding: 50px 10px;
43
-ms-overflow-style: none;
44
scrollbar-width: none;
45
}
0 commit comments