File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ header {
4646 width : 100% ;
4747 max-width : 1200px ;
4848 margin : 0 auto;
49- padding : 1.5rem calc (1.5rem + 13rem );
49+ padding : 1.5rem calc (1.5rem + 13rem ); /*컨텐츠와 로고가 겹치지 않도록 공간 확보 */
5050 }
5151
5252
@@ -56,7 +56,7 @@ header {
5656 top : 50% ;
5757 transform : translateY (-50% );
5858 width : 13rem ;
59- max-width : calc (50vw - 1.5rem );
59+ max-width : calc (50vw - 1.5rem ); /* 로고 이미지가 너무 작아지지 않도록 수정 */
6060 height : auto;
6161}
6262
@@ -202,23 +202,22 @@ main {
202202
203203/* MobileX 아이콘 크기 및 위치 조정 */
204204.mobilex-icon {
205- width : 70% ; /* 크기 조정 */
205+ width : 70% ;
206206 height : 90% ;
207207 transform : translateX (2px ) translateY (3px ); /* 위치 이동 */
208208}
209209
210- /* DataX 아이콘 크기 및 위치 조정 */
211210.datax-icon {
212211 width : 70% ;
213212 height : auto;
214213 transform : translateX (2px );
215214}
216- /* Twinx 아이콘 크기 및 위치 조정 */
215+
217216.twinx-icon {
218217 width : 100% ;
219218 height : 60% ;
220219}
221- /* AutoX 아이콘 크기 조정 */
220+
222221.autox-icon {
223222 width : 100% ;
224223 height : 90% ;
You can’t perform that action at this time.
0 commit comments