haepada commited on
Commit
3a61dd1
·
verified ·
1 Parent(s): 8164370

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -721,10 +721,10 @@ def create_interface():
721
 
722
  /* 모바일 뷰 */
723
  @media (max-width: 600px) {
724
- .location-image-mobile {
725
  display: none !important;
726
  }
727
- .location-image-desktop {
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-desktop {
769
  display: none !important;
770
  }
771
- .location-image-mobile {
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;