[Intro] gap 제거

Detail Notes :
 
1. Intro “Do Not Agree” 클릭시 뜨는 팝업에서 스타일 gap 제거
This commit is contained in:
jangheon Pyo
2024-02-19 10:00:46 +09:00
parent d674658dd8
commit 0d55838176

View File

@@ -90,7 +90,9 @@
margin: 0 0 30px 0; margin: 0 0 30px 0;
display: flex; display: flex;
justify-content: center; justify-content: center;
gap: 12px; > div {
margin: 0 6px;
}
} }
} }
} }