+
韩语CV
{{ data.brief.cv.kr }}
@@ -173,7 +173,7 @@ onMounted(async () => {
.twc-brief {
display: flex;
- align-items: flex-end;
+ align-items: flex-start;
column-gap: 10px;
}
@@ -201,27 +201,24 @@ onMounted(async () => {
opacity: 0.8;
}
-.twc-bi-grid {
+.twc-bi-grid1 {
display: grid;
column-gap: 10px;
- grid-template-columns: repeat(4, 1fr);
+ grid-template-columns: repeat(3, 1fr);
}
-.twc-bim-item {
+.twc-bi-grid2 {
+ display: grid;
+ column-gap: 10px;
+ grid-template-columns: repeat(2, 1fr);
+}
+
+.twc-big-item {
display: flex;
column-gap: 5px;
}
-.twc-bim-item :nth-child(1) {
- font-weight: bold;
-}
-
-.twc-bib-item {
- display: flex;
- flex-direction: column;
-}
-
-.twc-bib-item :nth-child(1) {
+.twc-big-item :nth-child(1) {
font-weight: bold;
}