Skip to content

Commit 7366ca3

Browse files
committed
css 수정
1 parent 5a2a85d commit 7366ca3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

asset/css/layout.css

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
body {
2-
padding: 20px 40px;
2+
/* padding: 50px 40px 50px 40px; */
33
background-color: var(--dark-bg);
44
}
55

66
#datagen-container {
77
width: 100%;
8-
height: calc(100vh - 40px);
8+
height: calc(100vh - 80px);
99
max-width: 1800px;
10-
margin: 0 auto;
11-
padding: 0 75px 38px;
10+
margin: 40px 40px;
11+
padding: 30px 75px 38px 75px;
1212
box-sizing: border-box;
1313
gap: 138px;
1414
background-color: var(--bg);
@@ -42,7 +42,7 @@ body {
4242
width: 300px;
4343
}
4444

45-
#datagen-input::after {
45+
/* #datagen-input::after {
4646
display: block;
4747
content: "";
4848
width: 3px;
@@ -51,11 +51,11 @@ body {
5151
position: absolute;
5252
top: 0;
5353
right: -50px;
54-
}
54+
} */
5555

5656
#json-input {
57-
visibility: hidden;
58-
/* display: none; */
57+
/* visibility: hidden; */
58+
display: none;
5959
flex-grow: 1;
6060
width: 100%;
6161
padding: 30px;
@@ -109,7 +109,7 @@ body {
109109
margin: auto;
110110
}
111111

112-
header::after {
112+
/* header::after {
113113
display: block;
114114
content: "";
115115
width: 100vw;
@@ -118,21 +118,21 @@ header::after {
118118
position: absolute;
119119
bottom: 0;
120120
left: -75px;
121-
}
121+
} */
122122

123123
@media (max-width: 930px) {
124124
.datagen-contents {
125125
flex-direction: column;
126126
gap: 20px;
127127
}
128128

129-
#datagen-input::after {
129+
/* #datagen-input::after {
130130
width: 150%;
131131
height: 3px;
132132
top: initial;
133133
bottom: -20px;
134134
left: -75px;
135-
}
135+
} */
136136
}
137137

138138
@media (max-width: 730px) {

0 commit comments

Comments
 (0)