diff --git a/app/assets/stylesheets/space-frontend.scss b/app/assets/stylesheets/space-frontend.scss index 792403c..541b037 100644 --- a/app/assets/stylesheets/space-frontend.scss +++ b/app/assets/stylesheets/space-frontend.scss @@ -14,6 +14,9 @@ .fa.fa-map-marker{ font-size: 8vw; position: relative; + @media (min-width: $screen-sm){ + font-size: 4vw !important; + } } .popup{ color: inherit !important; diff --git a/app/assets/stylesheets/space/tingle.css b/app/assets/stylesheets/space/tingle.css index 7044015..5d0cd47 100644 --- a/app/assets/stylesheets/space/tingle.css +++ b/app/assets/stylesheets/space/tingle.css @@ -181,6 +181,10 @@ float: right; } +.tingle-modal-box__content { + overflow-y: scroll; + max-height: 90vh; +} /* responsive -------------------------------------------------------------- */ @@ -199,8 +203,7 @@ } .tingle-modal-box__content { - overflow-y: scroll; - max-height: 80vh; + max-height: 80vh !important; } .tingle-modal--noClose {