File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
body {
2
- padding : 20 px 40px ;
2
+ /* padding: 50px 40px 50px 40px; */
3
3
background-color : var (--dark-bg );
4
4
}
5
5
6
6
# datagen-container {
7
7
width : 100% ;
8
- height : calc (100vh - 40 px );
8
+ height : calc (100vh - 80 px );
9
9
max-width : 1800px ;
10
- margin : 0 auto ;
11
- padding : 0 75px 38px ;
10
+ margin : 40 px 40 px ;
11
+ padding : 30 px 75px 38px 75 px ;
12
12
box-sizing : border-box;
13
13
gap : 138px ;
14
14
background-color : var (--bg );
42
42
width : 300px ;
43
43
}
44
44
45
- # datagen-input ::after {
45
+ /* #datagen-input::after {
46
46
display: block;
47
47
content: "";
48
48
width: 3px;
@@ -51,11 +51,11 @@ body {
51
51
position: absolute;
52
52
top: 0;
53
53
right: -50px;
54
- }
54
+ } */
55
55
56
56
# json-input {
57
- visibility : hidden;
58
- /* display: none; */
57
+ /* visibility: hidden; */
58
+ display : none;
59
59
flex-grow : 1 ;
60
60
width : 100% ;
61
61
padding : 30px ;
@@ -109,7 +109,7 @@ body {
109
109
margin : auto;
110
110
}
111
111
112
- header ::after {
112
+ /* header::after {
113
113
display: block;
114
114
content: "";
115
115
width: 100vw;
@@ -118,21 +118,21 @@ header::after {
118
118
position: absolute;
119
119
bottom: 0;
120
120
left: -75px;
121
- }
121
+ } */
122
122
123
123
@media (max-width : 930px ) {
124
124
.datagen-contents {
125
125
flex-direction : column;
126
126
gap : 20px ;
127
127
}
128
128
129
- # datagen-input ::after {
129
+ /* #datagen-input::after {
130
130
width: 150%;
131
131
height: 3px;
132
132
top: initial;
133
133
bottom: -20px;
134
134
left: -75px;
135
- }
135
+ } */
136
136
}
137
137
138
138
@media (max-width : 730px ) {
You can’t perform that action at this time.
0 commit comments