css 정리

main
이범준 8 months ago
parent b06b8f4cd4
commit 97363e85de

@ -327,7 +327,6 @@ caption {
th {
font-weight: 600;
text-align: -webkit-match-parent;
text-align: match-parent;
text-align: inherit;
}

@ -7072,4 +7072,4 @@
return index_umd;
}));
//# sourceMappingURL=bootstrap.bundle.js.map

@ -193,7 +193,7 @@
.bs-stepper .line {
flex: 0;
min-width: auto;
min-height: auto;
min-height: 1px;
background-color: transparent;
margin: 0;
}

Loading…
Cancel
Save