@@ -60,6 +60,7 @@ useHead({
transform: translateX(-50%);
width: 1430px;
height: auto;
+ z-index: 1;
}
.about-content {
@@ -70,6 +71,8 @@ useHead({
justify-content: center;
.about-title {
+ position: relative;
+ z-index: 2;
display: flex;
flex-direction: column;
align-items: center;