diff --git a/src/components/EventContent.vue b/src/components/EventContent.vue index 74d712b..21be942 100644 --- a/src/components/EventContent.vue +++ b/src/components/EventContent.vue @@ -28,7 +28,7 @@ box-sizing: border-box; @media(min-width: 700px){ - max-height: 50vh; + max-height: 54vh; } @media(min-width: 1300px){ max-height: 46.5vh; diff --git a/src/components/EventInfoPannel.vue b/src/components/EventInfoPannel.vue index 90de6a8..ed55f3e 100644 --- a/src/components/EventInfoPannel.vue +++ b/src/components/EventInfoPannel.vue @@ -34,8 +34,8 @@ width: 250px; height: auto; max-height: 250px; - top: 222px; - left: 117px; + top: 161px; + left: 77px; padding-bottom: 3.33px; @@ -67,7 +67,7 @@ /*================ PC LARGE*/ @media(min-width:650px){ #eventPannel{ - left: 477px; + left: 333px; } } diff --git a/src/style.css b/src/style.css index 5eccf1b..9f5dab0 100644 --- a/src/style.css +++ b/src/style.css @@ -656,7 +656,7 @@ html, body{ overflow-y: scroll; @media(min-width: 700px){ - height: 50vh; + height: 60vh; } @media(min-width: 1300px){ height: 50vh;