diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index a5c75d4..309756b 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -75,6 +75,7 @@ .owl-item .item {position: relative;height: 0;padding-bottom: 59%;max-height: 500px;overflow: hidden;} .owl-item .item .itemimage {position: absolute;width: 100%;height: 100%;background-position: center center;background-size: cover;} .owl-carousel .owl-wrapper-outer{background-color: #e8e7e9;} + @media(max-width:767px){.dropdown-menu li a{max-width: 100%;display: block;white-space: normal;}}
@@ -110,8 +111,15 @@ _________________________________________________________ --> ?>