mirror of
https://github.com/ivabus/www
synced 2024-11-10 17:45:15 +03:00
Labelign desktop and mobile package displays accordingly
This commit is contained in:
parent
bd38abd572
commit
1a9dbdea12
|
@ -96,9 +96,17 @@
|
|||
|
||||
<!-- Package Grid -->
|
||||
|
||||
{{- partial "package-grid.html" . -}}
|
||||
<!-- Desktop/Tablet Package Display -->
|
||||
|
||||
{{- partial "swiper.html" . -}}
|
||||
<span class="grid-package-display">
|
||||
{{- partial "package-grid.html" . -}}
|
||||
</span>
|
||||
|
||||
<!-- Mobile Package Display -->
|
||||
|
||||
<span class="swiper-package-display">
|
||||
{{- partial "swiper.html" . -}}
|
||||
</span>
|
||||
|
||||
<!-- Style for Swiper -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue