File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 114114 font-size : 24px ;
115115 }
116116
117- .coin3 {
118- width : 220px ;
119- }
120-
121- .coin4 {
122- width : 170px ;
123- }
124-
125- .coin5 {
126- width : 190px ;
117+ /* 태블릿에서 코인 이미지 숨김 */
118+ .imgBox {
119+ display : none;
127120 }
128121}
129122
149142 margin-top : 20px ;
150143 }
151144
145+ /* 데스크톱에서 코인 이미지 숨김 */
152146 .imgBox {
153- position : absolute;
154- width : 450px ;
155- height : 500px ;
156- margin-top : 0 ;
157- top : 50% ;
158- right : 200px ;
159- left : auto;
160- transform : translateY (-50% );
161- }
162-
163- .coin3 {
164- width : 269px ;
165- top : 0 ;
166- left : 50% ;
167- transform : translateX (-70% );
168- }
169-
170- .coin4 {
171- width : 200px ;
172- left : 50% ;
173- top : 260px ;
174- transform : translateX (0% );
175- }
176-
177- .coin5 {
178- width : 241px ;
179- top : 100px ;
180- left : 50% ;
181- transform : translateX (-20% );
147+ display : none;
182148 }
183149}
You can’t perform that action at this time.
0 commit comments