slider height
This commit is contained in:
parent
cf5cdac9cd
commit
92c8963296
|
|
@ -17,6 +17,7 @@ forceUrl = 0
|
||||||
<link rel="icon" href="{{ 'assets/img/core-img/favicon.png'|theme}}">
|
<link rel="icon" href="{{ 'assets/img/core-img/favicon.png'|theme}}">
|
||||||
<link rel="stylesheet" href="{{ 'assets/css/style.css'|theme}}">
|
<link rel="stylesheet" href="{{ 'assets/css/style.css'|theme}}">
|
||||||
|
|
||||||
|
{% styles %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,17 @@ security = "all"
|
||||||
{% set detailsUrlParameter = builderList.detailsUrlParameter %}
|
{% 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">
|
<section class="welcome_area">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue