Update app.py
Browse files
app.py
CHANGED
@@ -721,10 +721,10 @@ def create_interface():
|
|
721 |
|
722 |
/* 모바일 뷰 */
|
723 |
@media (max-width: 600px) {
|
724 |
-
.location-image-
|
725 |
display: none !important;
|
726 |
}
|
727 |
-
.location-image-
|
728 |
display: block !important;
|
729 |
width: 100%;
|
730 |
height: auto;
|
@@ -765,10 +765,10 @@ def create_interface():
|
|
765 |
|
766 |
/* 데스크톱 뷰 (601px 이상) */
|
767 |
@media (min-width: 601px) {
|
768 |
-
.location-image-
|
769 |
display: none !important;
|
770 |
}
|
771 |
-
.location-image-
|
772 |
display: block !important;
|
773 |
width: 100%;
|
774 |
height: auto;
|
|
|
721 |
|
722 |
/* 모바일 뷰 */
|
723 |
@media (max-width: 600px) {
|
724 |
+
.location-image-desktop {
|
725 |
display: none !important;
|
726 |
}
|
727 |
+
.location-image-mobile {
|
728 |
display: block !important;
|
729 |
width: 100%;
|
730 |
height: auto;
|
|
|
765 |
|
766 |
/* 데스크톱 뷰 (601px 이상) */
|
767 |
@media (min-width: 601px) {
|
768 |
+
.location-image-mobile {
|
769 |
display: none !important;
|
770 |
}
|
771 |
+
.location-image-desktop {
|
772 |
display: block !important;
|
773 |
width: 100%;
|
774 |
height: auto;
|