diff --git a/resources/views/segments/index/GisooVideo/GisooVideo.scss b/resources/views/segments/index/GisooVideo/GisooVideo.scss index df56dca..ec992f6 100644 --- a/resources/views/segments/index/GisooVideo/GisooVideo.scss +++ b/resources/views/segments/index/GisooVideo/GisooVideo.scss @@ -1,5 +1,6 @@ .GisooVideo { position: relative; + min-height: 60vh; &:before{ position: absolute; content: ' '; @@ -29,6 +30,18 @@ position: relative; width: 100%; z-index: 60; + min-height: 60vh; + object-fit: cover; + } + + /*-500px width*/ + @media (max-width: 500px) { + &:before{ + right: -45%; + } + &:after{ + left: -45%; + } } } diff --git a/resources/views/segments/menu/HomayonMenu/HomayonMenu.scss b/resources/views/segments/menu/HomayonMenu/HomayonMenu.scss index ce29d31..ee5525f 100644 --- a/resources/views/segments/menu/HomayonMenu/HomayonMenu.scss +++ b/resources/views/segments/menu/HomayonMenu/HomayonMenu.scss @@ -208,6 +208,29 @@ display: block !important; } + .logo-container{ + width: 120px !important; + height: 120px !important; + margin: 25px 40px !important; + img{ + width: 70px; + } + } + + .homayon-logo{ + width: 200px; + height: 175px; + background-size: 100%; + top: 70px; + } + + .homayon-middle{ + padding: .5rem; + ul li{ + padding: 0 .3rem !important; + width: auto; + } + } .homayon-bottom { display: none; }