slider height

This commit is contained in:
Shohrat 2023-10-03 17:28:58 +05:00
parent cf5cdac9cd
commit 92c8963296
2 changed files with 12 additions and 0 deletions

View File

@ -17,6 +17,7 @@ forceUrl = 0
<link rel="icon" href="{{ 'assets/img/core-img/favicon.png'|theme}}">
<link rel="stylesheet" href="{{ 'assets/css/style.css'|theme}}">
{% styles %}
</head>
<body>

View File

@ -72,6 +72,17 @@ security = "all"
{% set detailsUrlParameter = builderList.detailsUrlParameter %}
{% put styles %}
<style>
.owl-carousel .owl-item {
min-height: 1px;
float: left;
height: 40% !important;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
}
</style>
{% endput %}
<section class="welcome_area">