Update app.css
Browse files
app.css
CHANGED
@@ -132,7 +132,7 @@ footer, .footer, div[class*="footer"], #footer {
|
|
132 |
margin-top: 8px;
|
133 |
text-align: left;
|
134 |
height: auto !important;
|
135 |
-
padding:
|
136 |
white-space: normal !important;
|
137 |
line-height: 1.5 !important;
|
138 |
transition: all 0.3s ease;
|
@@ -146,7 +146,7 @@ footer, .footer, div[class*="footer"], #footer {
|
|
146 |
|
147 |
/* 버튼 사이 간격 */
|
148 |
.ant-btn-block + .ant-btn-block {
|
149 |
-
margin-top:
|
150 |
}
|
151 |
|
152 |
/* 전체 레이아웃 조정 */
|
|
|
132 |
margin-top: 8px;
|
133 |
text-align: left;
|
134 |
height: auto !important;
|
135 |
+
padding: 11px !important;
|
136 |
white-space: normal !important;
|
137 |
line-height: 1.5 !important;
|
138 |
transition: all 0.3s ease;
|
|
|
146 |
|
147 |
/* 버튼 사이 간격 */
|
148 |
.ant-btn-block + .ant-btn-block {
|
149 |
+
margin-top: 10px;
|
150 |
}
|
151 |
|
152 |
/* 전체 레이아웃 조정 */
|